infrastructure/ansible/ansible.cfg

11 lines
197 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
2020-01-17 20:38:45 +00:00
inventory = ./hosts
become_ask_pass = True
[ssh_connection]
pipelining = True