1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-27 23:53:18 +02:00
2022-08-19 16:00:17 +02:00

18 lines
266 B
YAML

---
- include_tasks: facts.yml
tags: always
- include_tasks: install.yml
tags: always
- include_tasks: conf.yml
tags: always
- include_tasks: iptables.yml
when: iptables_manage | default(True)
tags: always
- include_tasks: services.yml
tags: always