mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +02:00
8 lines
135 B
YAML
8 lines
135 B
YAML
---
|
|
|
|
- include: user.yml
|
|
- include: install.yml
|
|
- include: iptables.yml
|
|
when: iptables_manage | default(True)
|
|
- include: service.yml
|