Add ansibe confgi file
This commit is contained in:
9
ansible/ansible.cfg
Normal file
9
ansible/ansible.cfg
Normal 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
|
Reference in New Issue
Block a user