ansible/chat.yaml
Mark Janssen -- Sig-I/O Automatisering 050205e95c
Some checks failed
Test / build (push) Failing after 57s
Cleanup thelounge playbook
2025-04-27 21:11:17 +02:00

9 lines
237 B
YAML

---
- hosts: chat
roles:
- { role: "common", tags: [ "common" ] }
- { role: "nft", tags: [ "nft" ] }
- { role: "nginx", tags: [ "nginx" ] }
- { role: "acme", tags: [ "acme" ] }
- { role: "chat", tags: [ "chat" ] }