infrastructure/ansible/ansible.cfg

14 lines
311 B
INI
Raw Normal View History

2020-01-17 20:38:45 +00:00
[defaults]
nocows = 1
host_key_checking = False
retry_files_enabled = False
2020-03-02 19:37:11 +00:00
roles_path = $PWD/galaxy_roles:$PWD/roles
2021-02-07 13:02:14 +00:00
collections_path = $PWD/galaxy_collections
2020-01-17 20:38:45 +00:00
inventory = ./hosts
become_ask_pass = True
interpreter_python = auto_silent
vault_password_file = ./vault-pass.sh
2020-01-17 20:38:45 +00:00
[ssh_connection]
pipelining = True