algo/ansible.cfg

13 lines
276 B
INI
Raw Normal View History

2016-05-15 03:43:37 +00:00
[defaults]
inventory = inventory
2016-07-11 16:09:14 +00:00
pipelining = True
retry_files_enabled = False
host_key_checking = False
[paramiko_connection]
record_host_keys = False
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null
2016-08-20 13:22:14 +00:00
scp_if_ssh = True