homeserver/playbooks/service/proxmox.yml
mg 1208cdf09e Rolle pve aus Playbook entfernt (#7)
Rolle pve aus Playbook entfernt

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#7
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
2021-02-26 17:27:42 +01:00

24 lines
959 B
YAML

---
- hosts: proxmox
roles:
- { role: mgrote.apt_manage_sources, tags: "apt_sources" }
- { role: mgrote.zfs_packages, tags: "zfs_packages" }
- { role: mgrote.zfs_arc_mem, tags: "zfs_arc_mem" }
- { role: mgrote.zfs_manage_datasets, tags: "datasets" }
- { role: mgrote.zfs_scrub, tags: "zfs_scrub" }
- { role: mgrote.zfs_trim, tags: "zfs_trim" }
- { role: mgrote.zfs_zed, tags: "zfs_zed" }
- { role: mgrote.zfs_health, tags: "zfs_health" }
- { role: mgrote.zfs_sanoid,
tags: "sanoid",
when: "'pve2.grote.lan' in inventory_hostname" }
- { role: mgrote.apcupsd, tags: "apcupsd" }
- { role: mgrote.smart, tags: "smart" }
- { role: mgrote.postfix, tags: "postfix" }
- { role: mgrote.ecc-rasdaemon,
tags: "ecc",
when: "'pve2.grote.lan' in inventory_hostname" }
- { role: mgrote.cv4pve-autosnap,
tags: "cv4pve",
when: "'pve2.grote.lan' in inventory_hostname" }