homeserver/playbooks/service/proxmox.yml
2021-02-05 11:13:01 +01:00

15 lines
544 B
YAML

---
- hosts: proxmox
roles:
- { role: mgrote.manage_sources_apt, tags: "apt_sources" }
- { role: mgrote.apcupsd, tags: "apcupsd" }
- { role: mgrote.smart, tags: "smart" }
- { role: mgrote.zfs_tools, tags: "zfs_tools" }
- { role: mgrote.postfix, tags: "postfix" }
- { role: mgrote.sanoid, tags: "sanoid" }
- { role: mgrote.ecc-rasdaemon,
tags: "ecc",
when: "'pve2.grote.lan' in inventory_hostname" }
- { role: mgrote.cv4pve-autosnap, tags: "cv4pve" }
- { role: mgrote.proxmox, tags: "pve" }