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" }
|
|
|
|
- { role: mgrote.postfix-gmail, tags: "postfix-gmail" }
|
|
|
|
- { role: mgrote.sanoid, tags: "sanoid" }
|
|
|
|
- { role: mgrote.ecc-rasdaemon,
|
|
|
|
tags: "ecc",
|
|
|
|
when: "'virtproduction' in group_names" }
|
|
|
|
- { role: mgrote.cv4pve-autosnap, tags: "cv4pve" }
|