Tickets vm
Some checks failed
Test / build (push) Failing after 1m15s

This commit is contained in:
Mark Janssen 2025-06-11 19:46:51 +02:00 committed by Mark Janssen
parent 5d708d2808
commit 50d93f7a42
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" ] }