Cleanup thelounge playbook
Some checks failed
Test / build (push) Failing after 57s

This commit is contained in:
Mark Janssen 2025-04-27 21:11:17 +02:00
parent 8e2cc7e77a
commit 050205e95c
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
5 changed files with 61 additions and 74 deletions

View file

@ -65,3 +65,9 @@
- { role: "acme", tags: ["acme"] }
- { role: "nginx", tags: ["nginx"] }
- { role: "www", tags: ["www"] }
- hosts: chat
roles:
- { role: "acme", tags: [ "acme" ] }
- { role: "nginx", tags: [ "nginx" ] }
- { role: "chat", tags: [ "chat" ] }