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:
9
ansible/base.yml
Normal file
9
ansible/base.yml
Normal file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env ansible-python
|
||||
---
|
||||
|
||||
- hosts: beta-nk20
|
||||
roles:
|
||||
- apt-basic
|
||||
- nk20
|
||||
- python-venv
|
||||
- nginx
|
Reference in New Issue
Block a user