add ariane host_vars/ariane and role
This commit is contained in:
20
roles/ariane/tasks/main.yml
Normal file
20
roles/ariane/tasks/main.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
- 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
|
||||
whan: ariane_zfs
|
||||
tags: ['ariane_zfs', 'zfs']
|
||||
Reference in New Issue
Block a user