2020-08-18 11:57:53 +02:00
|
|
|
---
|
2021-02-05 10:51:39 +01:00
|
|
|
- hosts: proxmox
|
2020-08-18 11:57:53 +02:00
|
|
|
roles:
|
2021-02-05 11:13:01 +01:00
|
|
|
- { role: mgrote.manage_sources_apt, 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" }
|
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" }
|