2020-08-18 11:57:53 +02:00
|
|
|
---
|
2023-06-23 16:04:19 +02:00
|
|
|
- hosts: pbs
|
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" }
|
2023-06-23 16:04:19 +02:00
|
|
|
- { role: mgrote.pbs_users, tags: "pbs_users" }
|
|
|
|
- { role: mgrote.pbs_datastores, tags: "pbs_datastores" }
|