mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-10 15:23:27 +02:00
9 lines
137 B
YAML
9 lines
137 B
YAML
---
|
|
|
|
- include: user.yml
|
|
- include: install.yml
|
|
- include: iptables.yml
|
|
when: iptables_manage | default(True)
|
|
- include: services.yml
|
|
|