homeserver/playbooks/service/pve.yml
2020-08-18 11:57:53 +02:00

14 lines
497 B
YAML

---
- hosts: virt
roles:
- { role: mgrote.pve_nag-buster, tags: "nag-buster" }
- { role: mgrote.apcupsd, tags: "apcupsd" }
- { role: mgrote.smart, tags: "smart" }
- { role: mgrote.zfs_tools, tags: "zfs_tools" }
- { role: mgrote.postfix-gmail, tags: "postfix-gmail" }
- { role: mgrote.sanoid, tags: "sanoid" }
- { role: mgrote.ecc-rasdaemon,
tags: "ecc",
when: "'virtproduction' in group_names" }
- { role: mgrote.cv4pve-autosnap, tags: "cv4pve" }