29 lines
590 B
YAML
29 lines
590 B
YAML
---
|
|
- include_tasks: git.yml
|
|
when: ariane_git
|
|
tags: ['ariane_git', 'git']
|
|
|
|
- include_tasks: sysctl.yml
|
|
when: ariane_sysctl
|
|
tags: ['ariane_sysctl', 'sysctl']
|
|
|
|
- include_tasks: logrotate.yml
|
|
when: ariane_logrotate
|
|
tags: ['ariane_logrotate', 'logrotate']
|
|
|
|
- include_tasks: iptables.yml
|
|
when: ariane_iptables
|
|
tags: ['ariane_iptables', 'iptables']
|
|
|
|
- include_tasks: zfs.yml
|
|
when: ariane_zfs
|
|
tags: ['ariane_zfs', 'zfs']
|
|
|
|
- include_tasks: lxc.yml
|
|
when: ariane_lxc
|
|
tags: ['ariane_lxc', 'lxc']
|
|
|
|
- include_tasks: lxc-betam.yml
|
|
when: ariane_lxc
|
|
tags: ['ariane_lxc', 'lxc']
|