17 lines
502 B
YAML
17 lines
502 B
YAML
---
|
|
- name: "play:system : role:zfs : tasks:conf"
|
|
ansible.builtin.import_tasks: "include/conf.yml"
|
|
tags: "system:zfs:conf"
|
|
|
|
- name: "play:system : role:zfs : tasks:cron"
|
|
ansible.builtin.import_tasks: "include/cron.yml"
|
|
tags: "system:zfs:cron"
|
|
|
|
- name: "play:system : role:zfs : tasks:trim"
|
|
ansible.builtin.import_tasks: "include/trim.yml"
|
|
tags: "system:zfs:trim"
|
|
|
|
- name: "play:system : role:zfs : tasks:scrub"
|
|
ansible.builtin.import_tasks: "include/scrub.yml"
|
|
tags: "system:zfs:scrub"
|