Add ansibe confgi file

This commit is contained in:
Jake Howard
2020-01-17 20:38:45 +00:00
parent 5c5417507b
commit 0d142e455f
3 changed files with 15 additions and 4 deletions

9
ansible/ansible.cfg Normal file
View File

@ -0,0 +1,9 @@
[defaults]
nocows = 1
host_key_checking = False
retry_files_enabled = False
inventory = ./hosts
become_ask_pass = True
[ssh_connection]
pipelining = True