ajout fichier ansible.cfg
This commit is contained in:
24
ansible.cfg
Normal file
24
ansible.cfg
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
#/etc/ansible/ansible.cfg
|
||||||
|
[defaults]
|
||||||
|
forks = 20
|
||||||
|
ask_pass = True
|
||||||
|
host_key_checking = False
|
||||||
|
callback_whitelist = timer, profile_tasks
|
||||||
|
remote_user = formation
|
||||||
|
gathering = smart
|
||||||
|
fact_caching = jsonfile
|
||||||
|
fact_caching_connection = /etc/ansible/facts
|
||||||
|
fact_caching_timeout = 86400
|
||||||
|
retry_files_enabled = False
|
||||||
|
[inventory]
|
||||||
|
[privilege_escalation]
|
||||||
|
become = True
|
||||||
|
become_ask_pass = True
|
||||||
|
[paramiko_connection]
|
||||||
|
[ssh_connection]
|
||||||
|
pipelining = True
|
||||||
|
[persistent_connection]
|
||||||
|
[accelerate]
|
||||||
|
[selinux]
|
||||||
|
[colors]
|
||||||
|
[diff]
|
||||||
Reference in New Issue
Block a user