Remove group vars folder and restructure
parent
d425f154f5
commit
bb4d0a6695
|
@ -1,3 +1,3 @@
|
|||
*.retry
|
||||
scripts/inventory_re2o.ini
|
||||
inventory_plugins/inventory_re2o.ini
|
||||
__pycache__
|
||||
|
|
|
@ -110,7 +110,7 @@ ssh-copy-id zamok.crans.org
|
|||
|
||||
Pour tester le playbook `base.yml` :
|
||||
```bash
|
||||
ansible-playbook --ask-vault-pass base.yml --check
|
||||
ansible-playbook base.yml --check
|
||||
```
|
||||
|
||||
Vous pouvez ensuite enlever `--check` si vous voulez appliquer les changements !
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
# Use Python 3
|
||||
ansible_python_interpreter: /usr/bin/python3
|
3
hosts
3
hosts
|
@ -219,3 +219,6 @@ crans_vm
|
|||
crans_server
|
||||
ovh
|
||||
|
||||
[all:vars]
|
||||
# Force remote to use Python 3
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
|
|
Loading…
Reference in New Issue