maak chat.bitlair.nl

This commit is contained in:
Kyan Wanschers 2025-04-27 19:50:53 +02:00
parent 5ab22d0e96
commit c267c51e1e
9 changed files with 295 additions and 0 deletions

7
chat.yaml Normal file
View file

@ -0,0 +1,7 @@
- hosts: chat
roles:
- { role: "common", tags: [ "common" ] }
- { role: "nft", tags: [ "nft" ] }
- { role: "nginx", tags: [ "nginx" ] }
- { role: "acme", tags: [ "acme" ] }
- { role: "chat", tags: [ "chat" ] }