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
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user