Add a way to test

This commit is contained in:
Alexandre Iooss 2018-12-24 10:50:22 +01:00
parent 62ed0a56fc
commit 599f0acb3d
3 changed files with 8 additions and 2 deletions

View File

@ -8,6 +8,12 @@ git clone --recursive git@gitlab.federez.net:erdnaxe/ansible-role-ldap-client.gi
## Exécution d'un playbook ## Exécution d'un playbook
Pour tester :
```bash
ansible-playbook --ask-vault-pass -K -i hosts base.yml --check --diff
```
Pour appliquer :
```bash ```bash
ansible-playbook --ask-vault-pass -K -i hosts base.yml ansible-playbook --ask-vault-pass -K -i hosts base.yml
``` ```

@ -1 +1 @@
Subproject commit bdd80edc188f1d08fe33f42f2380f31217bc0bb5 Subproject commit ac0b5ba956be7e083ef74b9f45aa8fdfb1ce24a7

@ -1 +1 @@
Subproject commit e788d0774624e9bc5120f2a3672f2f88b5be7e9f Subproject commit 75b62eaa82a1834dd57d5c0dce54bd5bc4285b31