infrastructure/ansible.cfg

18 lines
489 B
INI
Raw Normal View History

2020-08-10 01:37:13 +02:00
[defaults]
roles_path = ./roles:$HOME/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
collections_path = ./collections:$HOME/.ansible/collections:/usr/share/ansible/collections:/etc/ansible/collections
2020-08-10 01:37:13 +02:00
inventory = ./inventory
retry_files_enabled = false
vault_password_file = .vault_pass
[ssh_connection]
transfer_method = piped
2020-08-10 01:37:13 +02:00
[privilege_escalation]
become_ask_pass = false
2021-02-28 19:39:59 +01:00
[galaxy]
role_skeleton = ./.ansible/skeleton/default
role_skeleton_ignore = ^.git$,^.*/.git_keep$