13 lines
309 B
INI
13 lines
309 B
INI
# ansible.cfg
|
|
[defaults]
|
|
inventory = inventory.yml
|
|
host_key_checking = False
|
|
timeout = 30
|
|
retry_files_enabled = False
|
|
gathering = smart
|
|
fact_caching = memory
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
|
|
pipelining = True
|