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

🚀 Adding Ansible configuration (not tested)

This commit is contained in:
Yohann D'ANELLO
2020-07-15 07:46:42 +02:00
parent 71f6daf0e8
commit cdc053718f
7 changed files with 89 additions and 0 deletions

9
ansible/base.yml Normal file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env ansible-python
---
- hosts: beta-nk20
roles:
- apt-basic
- nk20
- python-venv
- nginx