mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +02:00
13 lines
229 B
YAML
13 lines
229 B
YAML
---
|
|
|
|
- include: facts.yml
|
|
- include: install.yml
|
|
- include: selinux.yml
|
|
when: ansible_selinux.status == 'enabled'
|
|
- include: iptables.yml
|
|
when: iptables_manage | default(True)
|
|
- include: conf.yml
|
|
- include: services.yml
|
|
|
|
...
|