1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

🐛 First fix Ansible installation

This commit is contained in:
Yohann D'ANELLO
2020-07-15 09:27:11 +02:00
parent 3dfed70eb1
commit 3f0208a664
6 changed files with 40 additions and 25 deletions

12
ansible/base.yml Normal file → Executable file
View File

@ -1,9 +1,9 @@
#!/usr/bin/env ansible-python
#!/usr/bin/env ansible-playbook
---
- hosts: beta-nk20
- hosts: bde-nk20-beta.adh.crans.org
roles:
- apt-basic
- nk20
- python-venv
- nginx
- 1-apt-basic
- 2-nk20
- 3-pip
- 4-nginx