This commit is contained in:
Mark Janssen 2024-07-18 20:55:48 +02:00
parent c783601fa9
commit 792f2749b6
21 changed files with 160 additions and 58 deletions

View file

@ -31,6 +31,7 @@
- hosts: monitoring
roles:
- { role: "acme", tags: [ "acme" ] }
- { role: "nginx", tags: [ "nginx" ] }
- { role: "monitoring", tags: [ "monitoring" ] }
- hosts: mqtt
@ -55,4 +56,5 @@
- hosts: wiki
roles:
- { role: "acme", tags: [ "acme" ] }
- { role: "nginx", tags: [ "nginx" ] }
- { role: "www", tags: [ "www" ] }