homeserver/playbooks/service/pve.yml

14 lines
514 B
YAML
Raw Normal View History

2020-08-18 11:57:53 +02:00
---
- hosts: virt
roles:
- { role: ironicbadger.proxmox-nag-removal, tags: "nag", become: yes }
2020-08-18 11:57:53 +02:00
- { 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" }