From 1001cba41cffb19f6307383f6443e8ca5cf8b80d Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Tue, 24 Nov 2020 09:24:10 +0100 Subject: [PATCH] mise au point --- solution.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 solution.md diff --git a/solution.md b/solution.md new file mode 100644 index 0000000..02de3aa --- /dev/null +++ b/solution.md @@ -0,0 +1,31 @@ +#/home/tom/Documents/Opendoor/Formations/Orsys/SIB/Exercices/1_configuration/ansible.cfg + +grep -v -E '^(\s+#|#|$)' /etc/ansible/ansible.cfg + +[defaults] +forks = 20 +ask_pass = True +gathering = smart +host_key_checking = False +callback_whitelist = timer, profile_tasks +remote_user = formation +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] + +mkdir -m 1777 /etc/ansible/facts + +ansible-config dump