Skip to content
Snippets Groups Projects
Verified Commit bb4d0a66 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Remove group vars folder and restructure

parent d425f154
No related branches found
No related tags found
No related merge requests found
*.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 !
......
---
# Use Python 3
ansible_python_interpreter: /usr/bin/python3
......@@ -219,3 +219,6 @@ crans_vm
crans_server
ovh
[all:vars]
# Force remote to use Python 3
ansible_python_interpreter=/usr/bin/python3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment