🚀 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