infrastructure/ansible.cfg

24 lines
426 B
INI
Raw Normal View History

2020-08-10 01:37:13 +02:00
[defaults]
playbook_dir = ./playbooks
2020-08-10 01:37:13 +02:00
inventory = ./inventory
2020-08-10 01:37:13 +02:00
vault_password_file = .vault_pass
retry_files_enabled = False
nocows=True
use_persistent_connections = True
interpreter_python = auto_silent
[connection]
pipelining = True
2020-08-10 01:37:13 +02:00
[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$