34 lines
803 B
INI
34 lines
803 B
INI
[defaults]
|
|
forks = 20
|
|
|
|
# display_skipped_hosts=False
|
|
# deprecation_warnings=False
|
|
retry_files_enabled = False
|
|
#callback_whitelist = profile_tasks
|
|
#stdout_callback = yaml
|
|
#bin_ansible_callbacks = True
|
|
nocows = True
|
|
host_key_checking = False
|
|
|
|
remote_user = ansible
|
|
|
|
vault_password_file = ~/.ansible-vault-pass
|
|
|
|
inventory = hosts
|
|
fact_caching=jsonfile
|
|
fact_caching_connection=fact_cache
|
|
fact_caching_timeout=0
|
|
|
|
no_log = false
|
|
|
|
|
|
[inventory]
|
|
cache_plugin=jsonfile
|
|
|
|
[ssh_connection]
|
|
|
|
# ssh arguments to use
|
|
# Leaving off ControlPersist will result in poor performance, so use
|
|
# paramiko on older platforms rather than removing it, -C controls compression use
|
|
ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -o ServerAliveInterval=30 -o ServerAliveCountMax=3 -i ~/.ssh/ansible
|
|
pipelining = true
|