14 lines
297 B
INI
14 lines
297 B
INI
[defaults]
|
|
inventory = hosts
|
|
host_key_checking = True
|
|
timeout = 30
|
|
gathering = smart
|
|
fact_caching = memory
|
|
stdout_callback = default
|
|
deprecation_warnings = False
|
|
vault_password_file = ~/.ansible-vault-pass
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
|
pipelining = True
|