homeserver/playbooks/3_service/proxmox.yml
mg 347d80a8a4 ansible: user für rasdaemon erstellt (#270)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#270
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2021-12-12 16:07:35 +01:00

24 lines
879 B
YAML

---
- hosts: proxmox
roles:
- { 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_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.smart, tags: "smart" }
- { role: mgrote.postfix, tags: "postfix" }
- { role: mgrote.ecc-rasdaemon,
tags: "ecc" }
- { role: mgrote.cv4pve-autosnap,
tags: "cv4pve",
when: "'pve2.grote.lan' in inventory_hostname" }
- { role: mgrote.r8152_kernel_module,
tags: "r8152" }
- { role: mgrote.proxmox_bind_mounts,
tags: "bindmounts" }