homeserver/playbooks/service/proxmox.yml
2021-02-07 10:53:08 +01:00

15 lines
614 B
YAML

---
- hosts: proxmox
roles:
- { role: mgrote.zfs_manage_datasets, tags: "datasets" }
- { role: mgrote.apt_manage_sources, tags: "apt_sources" }
- { role: mgrote.apcupsd, tags: "apcupsd" }
- { role: mgrote.smart, tags: "smart" }
- { role: mgrote.zfs_tools_cron, tags: "zfs_tools" }
- { role: mgrote.postfix, tags: "postfix" }
- { role: mgrote.zfs_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" }