mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 11:43:16 +02:00
13 lines
232 B
YAML
13 lines
232 B
YAML
---
|
|
|
|
- include: install.yml
|
|
- include: directories.yml
|
|
- include: upgrade.yml
|
|
- include: psk.yml
|
|
- include: selinux.yml
|
|
when: ansible_selinux.status == 'enabled'
|
|
- include: conf.yml
|
|
- include: iptables.yml
|
|
- include: service.yml
|
|
|