homeserver/playbooks/service/proxmox.yml

15 lines
539 B
YAML
Raw Normal View History

2020-08-18 11:57:53 +02:00
---
- hosts: proxmox
2020-08-18 11:57:53 +02:00
roles:
- { role: mgrote.set_apt_proxy, tags: "apt_sources" }
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, tags: "postfix" }
2020-08-18 11:57:53 +02:00
- { role: mgrote.sanoid, tags: "sanoid" }
- { role: mgrote.ecc-rasdaemon,
tags: "ecc",
when: "'pve2.grote.lan' in inventory_hostname" }
2020-08-18 11:57:53 +02:00
- { role: mgrote.cv4pve-autosnap, tags: "cv4pve" }
- { role: mgrote.proxmox, tags: "pve" }