Tickets vm

This commit is contained in:
Mark Janssen 2025-06-11 19:46:51 +02:00
parent 0a7dfab99f
commit 5c31fb4935
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
3 changed files with 37 additions and 0 deletions

View file

@ -75,3 +75,9 @@
- hosts: ldap
roles:
- { role: "common", tags: [ "common" ] }
- hosts: tickets
roles:
- { role: "common", tags: [ "common" ] }
- { role: "acme", tags: [ "acme" ] }
- { role: "nginx", tags: [ "nginx" ] }