Files
sib_1_configuration/ansible.cfg
2023-11-20 10:18:35 +01:00

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]