WIP
This commit is contained in:
8
example/ansible/ansible.cfg
Normal file
8
example/ansible/ansible.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
[defaults]
|
||||
inventory = ./inventory/
|
||||
gathering = smart
|
||||
vault_password_file = ./.vault_pass
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=300s -o StrictHostKeyChecking=no -o UserKnownHostsFile=./known_hosts
|
||||
Reference in New Issue
Block a user