From 6f7cc0da899a456007043eb73dea5b22025b295f Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Mon, 10 May 2021 10:56:28 +0200 Subject: [PATCH] ajout fichier ansible.cfg --- ansible.cfg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..9d3ca9b --- /dev/null +++ b/ansible.cfg @@ -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]