🚀 Adding Ansible configuration (not tested)
This commit is contained in:
parent
71f6daf0e8
commit
cdc053718f
7 changed files with 89 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue