Remove group vars folder and restructure

certbot_on_virtu
Alexandre Iooss 2019-07-30 10:37:27 +02:00
parent d425f154f5
commit bb4d0a6695
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
5 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
*.retry
scripts/inventory_re2o.ini
inventory_plugins/inventory_re2o.ini
__pycache__

View File

@ -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 !

View File

@ -1,3 +0,0 @@
---
# Use Python 3
ansible_python_interpreter: /usr/bin/python3

3
hosts
View File

@ -219,3 +219,6 @@ crans_vm
crans_server
ovh
[all:vars]
# Force remote to use Python 3
ansible_python_interpreter=/usr/bin/python3