First draft for ATON role (WIP)

This commit is contained in:
2026-03-02 12:02:34 +01:00
parent 9893a4fdd1
commit 57020528c6
5 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Configure webserver with NodeJS, Aton and nginx
hosts:
- debi13
become: true
roles:
- nodejs
- aton
- nginx