infrastructure/ansible/ansible.cfg
Jake Howard 3f37cd4448
Be quiet on interpreter warnings
It works fine, I don't need to be screamed at
2021-12-20 21:17:42 +00:00

14 lines
311 B
INI

[defaults]
nocows = 1
host_key_checking = False
retry_files_enabled = False
roles_path = $PWD/galaxy_roles:$PWD/roles
collections_path = $PWD/galaxy_collections
inventory = ./hosts
become_ask_pass = True
interpreter_python = auto_silent
vault_password_file = ./vault-pass.sh
[ssh_connection]
pipelining = True