mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +02:00
12 lines
211 B
YAML
12 lines
211 B
YAML
---
|
|
|
|
- include: facts.yml
|
|
- include: install.yml
|
|
- include: directories.yml
|
|
- include: selinux.yml
|
|
when: ansible_selinux.status == 'enabled'
|
|
- include: conf.yml
|
|
- include: iptables.yml
|
|
- include: service.yml
|
|
|