diff --git a/solution.md b/solution.md index 02de3aa..5645ee4 100644 --- a/solution.md +++ b/solution.md @@ -1,7 +1,9 @@ #/home/tom/Documents/Opendoor/Formations/Orsys/SIB/Exercices/1_configuration/ansible.cfg - +```bash grep -v -E '^(\s+#|#|$)' /etc/ansible/ansible.cfg +``` +```ini [defaults] forks = 20 ask_pass = True @@ -25,7 +27,9 @@ pipelining = True [selinux] [colors] [diff] +``` -mkdir -m 1777 /etc/ansible/facts - -ansible-config dump +```bash +$ mkdir -m 1777 /etc/ansible/facts +$ ansible-config dump +```