infrastructure/ansible/ansible.cfg

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