mise au point
This commit is contained in:
12
solution.md
12
solution.md
@@ -1,7 +1,9 @@
|
|||||||
#/home/tom/Documents/Opendoor/Formations/Orsys/SIB/Exercices/1_configuration/ansible.cfg
|
#/home/tom/Documents/Opendoor/Formations/Orsys/SIB/Exercices/1_configuration/ansible.cfg
|
||||||
|
```bash
|
||||||
grep -v -E '^(\s+#|#|$)' /etc/ansible/ansible.cfg
|
grep -v -E '^(\s+#|#|$)' /etc/ansible/ansible.cfg
|
||||||
|
```
|
||||||
|
|
||||||
|
```ini
|
||||||
[defaults]
|
[defaults]
|
||||||
forks = 20
|
forks = 20
|
||||||
ask_pass = True
|
ask_pass = True
|
||||||
@@ -25,7 +27,9 @@ pipelining = True
|
|||||||
[selinux]
|
[selinux]
|
||||||
[colors]
|
[colors]
|
||||||
[diff]
|
[diff]
|
||||||
|
```
|
||||||
|
|
||||||
mkdir -m 1777 /etc/ansible/facts
|
```bash
|
||||||
|
$ mkdir -m 1777 /etc/ansible/facts
|
||||||
ansible-config dump
|
$ ansible-config dump
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user