ansible/pad.yaml

12 lines
301 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: "etherpad", tags: [ "etherpad" ] }