25 lines
473 B
YAML
25 lines
473 B
YAML
---
|
|
- include: git.yml
|
|
when: ariane_git
|
|
tags: ['ariane_git', 'git']
|
|
|
|
- include: sysctl.yml
|
|
when: ariane_sysctl
|
|
tags: ['ariane_sysctl', 'sysctl']
|
|
|
|
- include: logrotate.yml
|
|
when: ariane_logrotate
|
|
tags: ['ariane_logrotate', 'logrotate']
|
|
|
|
- include: iptables.yml
|
|
when: ariane_iptables
|
|
tags: ['ariane_iptables', 'iptables']
|
|
|
|
- include: zfs.yml
|
|
when: ariane_zfs
|
|
tags: ['ariane_zfs', 'zfs']
|
|
|
|
- include: lxc.yml
|
|
when: ariane_lxc
|
|
tags: ['ariane_lxc', 'lxc']
|