2020-08-18 11:57:53 +02:00
|
|
|
---
|
|
|
|
- hosts: virt
|
|
|
|
roles:
|
2020-08-24 20:07:39 +02:00
|
|
|
- { role: ironicbadger.proxmox-nag-removal, tags: "nag", become: yes }
|
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" }
|
2020-12-25 18:37:14 +01:00
|
|
|
- { role: mgrote.postfix, tags: "postfix" }
|
2020-08-18 11:57:53 +02:00
|
|
|
- { role: mgrote.sanoid, tags: "sanoid" }
|
|
|
|
- { role: mgrote.ecc-rasdaemon,
|
|
|
|
tags: "ecc",
|
2020-12-15 15:02:45 +01:00
|
|
|
when: "'pve2.grote.lan' in inventory_hostname" }
|
2020-08-18 11:57:53 +02:00
|
|
|
- { role: mgrote.cv4pve-autosnap, tags: "cv4pve" }
|
2021-01-07 10:47:48 +01:00
|
|
|
- { role: mgrote.proxmox, tags: "pve" }
|