mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-02-06 07:13:00 +00:00
10 lines
120 B
YAML
10 lines
120 B
YAML
|
#!/usr/bin/env ansible-python
|
||
|
---
|
||
|
|
||
|
- hosts: beta-nk20
|
||
|
roles:
|
||
|
- apt-basic
|
||
|
- nk20
|
||
|
- python-venv
|
||
|
- nginx
|