ansible/chat.yaml
polyfloyd 6dfb60165a
Some checks failed
Test / build (push) Failing after 56s
Add a distinct nodesource role
2025-04-30 19:33:26 +02:00

10 lines
290 B
YAML

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