homeserver/playbooks/service/pve.yml
Michael Grote 3d070fe321 Bugfix: Playbook virt
------
Rolle rasdaemon wird mit neuem Inventar wieder ausgeführt
2020-12-15 15:02:45 +01:00

14 lines
521 B
YAML

---
- hosts: virt
roles:
- { role: ironicbadger.proxmox-nag-removal, tags: "nag", become: yes }
- { 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: "'pve2.grote.lan' in inventory_hostname" }
- { role: mgrote.cv4pve-autosnap, tags: "cv4pve" }