2020-08-18 11:57:53 +02:00
|
|
|
---
|
2023-06-23 16:04:19 +02:00
|
|
|
- hosts: pve
|
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,
|
2022-04-03 11:04:27 +02:00
|
|
|
tags: "sanoid" }
|
2021-02-13 16:18:29 +01:00
|
|
|
- { role: mgrote.smart, tags: "smart" }
|
|
|
|
- { role: mgrote.postfix, tags: "postfix" }
|
2021-02-12 10:32:22 +01:00
|
|
|
- { role: mgrote.cv4pve-autosnap,
|
2022-03-28 14:48:31 +02:00
|
|
|
tags: "cv4pve" }
|
2021-06-20 11:01:42 +02:00
|
|
|
- { role: mgrote.r8152_kernel_module,
|
2021-08-16 21:57:16 +02:00
|
|
|
tags: "r8152" }
|
2021-10-10 16:47:36 +02:00
|
|
|
- { role: mgrote.proxmox_bind_mounts,
|
|
|
|
tags: "bindmounts" }
|
2022-11-24 16:24:21 +01:00
|
|
|
- { role: mgrote.proxmox_lxc_profiles, tags: "lxc-profile" }
|
2023-06-23 16:04:19 +02:00
|
|
|
- { role: mgrote.pbs_pve_integration, tags: "pbs" }
|