29 lines
620 B
YAML
29 lines
620 B
YAML
---
|
|
- import_tasks: logrotate.yml
|
|
when: ariane_logrotate
|
|
tags: ['ariane_logrotate', 'logrotate']
|
|
|
|
- import_tasks: iptables.yml
|
|
when: ariane_iptables
|
|
tags: ['ariane_iptables', 'iptables']
|
|
|
|
- import_tasks: zfs.yml
|
|
when: ariane_zfs
|
|
tags: ['ariane_zfs', 'zfs']
|
|
|
|
- import_tasks: lxc.yml
|
|
when: ariane_lxc
|
|
tags: ['ariane_lxc', 'lxc']
|
|
|
|
- import_tasks: lxc_void.yml
|
|
when: ariane_lxc_void
|
|
tags: ['ariane_lxc_void', 'lxc', 'lxc_void']
|
|
|
|
- import_tasks: snapper.yml
|
|
when: ariane_snapper
|
|
tags: ['ariane_snapper', 'snapper']
|
|
|
|
- import_tasks: smartd.yml
|
|
when: ariane_smartd
|
|
tags: ['ariane_smartd', 'smartd']
|