FAQ: how to list facts
This commit is contained in:
parent
ed10fc8241
commit
ded976cc6c
1 changed files with 8 additions and 0 deletions
|
@ -50,3 +50,11 @@ Host 10.128.* *.adm.auro.re
|
||||||
IdentityFile ~/.ssh/id_rsa_aurore
|
IdentityFile ~/.ssh/id_rsa_aurore
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Lister tout ce que sait Ansible sur un hôte
|
||||||
|
|
||||||
|
Exemple :
|
||||||
|
|
||||||
|
```
|
||||||
|
ansible -i hosts ldap-replica-fleming1.adm.auro.re -m setup --ask-vault-pass
|
||||||
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue