🐛 First fix Ansible installation
This commit is contained in:
parent
3dfed70eb1
commit
3f0208a664
6 changed files with 40 additions and 25 deletions
12
ansible/base.yml
Normal file → Executable file
12
ansible/base.yml
Normal file → Executable 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue