27 lines
790 B
INI
27 lines
790 B
INI
#/etc/ansible/ansible.cfg
|
|
[defaults]
|
|
forks = 20
|
|
ask_pass = True
|
|
host_key_checking = False
|
|
callbacks_enabled = ansible.posix.timer, ansible.posix.profile_tasks
|
|
remote_user = formation
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = /etc/ansible/facts
|
|
fact_caching_timeout = 86400
|
|
retry_files_enabled = False
|
|
strategy = free
|
|
ansible_managed = Ansible managed : {file} modified on %Y-%m-%d by {uid} on {host}
|
|
[inventory]
|
|
[privilege_escalation]
|
|
become = True
|
|
become_ask_pass = True
|
|
[paramiko_connection]
|
|
[ssh_connection]
|
|
pipelining = True
|
|
[persistent_connection]
|
|
[accelerate]
|
|
[selinux]
|
|
[colors]
|
|
[diff]
|