24 lines
608 B
YAML
24 lines
608 B
YAML
- name: "role:system_zfs:conf"
|
|
import_tasks: "include/conf.yml"
|
|
tags: "role:system_zfs:conf"
|
|
|
|
- name: "role:system_zfs:cron"
|
|
import_tasks: "include/cron.yml"
|
|
tags: "role:system_zfs:cron"
|
|
|
|
- name: "role:system_zfs:trim"
|
|
import_tasks: "include/trim.yml"
|
|
tags: "role:system_zfs:trim"
|
|
|
|
- name: "role:system_zfs:scrub"
|
|
import_tasks: "include/scrub.yml"
|
|
tags: "role:system_zfs:scrub"
|
|
|
|
- name: "role:system_zfs:load_key"
|
|
import_tasks: "include/load_key.yml"
|
|
tags: "role:system_zfs:load_key"
|
|
|
|
- name: "role:system_zfs:fstrim"
|
|
import_tasks: "include/fstrim.yml"
|
|
tags: "role:system_zfs:fstrim"
|