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:
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
|
||||
|
Reference in New Issue
Block a user