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-13 16:18:29 +01:00
|
|
|
- { 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" }
|
2021-02-12 10:32:22 +01:00
|
|
|
- { role: mgrote.zfs_sanoid,
|
|
|
|
tags: "sanoid",
|
|
|
|
when: "'pve2.grote.lan' in inventory_hostname" }
|
2021-02-13 16:18:29 +01:00
|
|
|
- { role: mgrote.apcupsd, tags: "apcupsd" }
|
|
|
|
- { role: mgrote.smart, tags: "smart" }
|
|
|
|
- { role: mgrote.postfix, tags: "postfix" }
|
2020-08-18 11:57:53 +02:00
|
|
|
- { role: mgrote.ecc-rasdaemon,
|
|
|
|
tags: "ecc",
|
2020-12-15 15:02:45 +01:00
|
|
|
when: "'pve2.grote.lan' in inventory_hostname" }
|
2021-02-12 10:32:22 +01:00
|
|
|
- { role: mgrote.cv4pve-autosnap,
|
|
|
|
tags: "cv4pve",
|
|
|
|
when: "'pve2.grote.lan' in inventory_hostname" }
|
2021-06-20 11:01:42 +02:00
|
|
|
- { role: mgrote.r8152_kernel_module,
|
|
|
|
tags: "r8152",
|
|
|
|
when: "'pve3.grote.lan' in inventory_hostname" }
|
|
|
|
- { role: mgrote.r8152_kernel_module,
|
|
|
|
tags: "r8152",
|
|
|
|
when: "'pve4.grote.lan' in inventory_hostname" }
|