ansible/pad.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

13 lines
354 B
YAML

---
- hosts: pad
vars:
acme_san_domains:
- [ pad.bitlair.nl ]
roles:
- { role: "common", tags: [ "common" ] }
- { role: "nft", tags: [ "nft" ] }
- { role: "acme", tags: [ "acme" ] }
- { role: "nginx", tags: [ "nginx" ] }
- { role: "nodesource", tags: [ "nodesource" ] }
- { role: "etherpad", tags: [ "etherpad" ] }