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:
|
2024-04-04 09:48:09 +02: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_sanoid
|
|
|
|
tags: "sanoid"
|
|
|
|
- role: mgrote_smart
|
|
|
|
tags: "smart"
|
|
|
|
- role: mgrote_cv4pve_autosnap
|
2024-04-14 21:40:43 +02:00
|
|
|
tags: cv4pve
|
|
|
|
become: true
|
2024-04-04 09:48:09 +02:00
|
|
|
- role: mgrote_proxmox_bind_mounts
|
|
|
|
tags: "bindmounts"
|
|
|
|
- role: mgrote_proxmox_lxc_profiles
|
|
|
|
tags: "lxc-profile"
|
|
|
|
- role: mgrote_pbs_pve_integration
|
|
|
|
tags: "pbs"
|