28 lines
403 B
YAML
Raw Normal View History

2022-08-31 13:00:17 +02:00
---
2023-07-03 15:00:09 +02:00
- include_tasks: user.yml
tags: always
- include_tasks: directories.yml
tags: always
2022-08-31 13:00:17 +02:00
- include_tasks: facts.yml
tags: always
- include_tasks: install.yml
tags: always
2023-07-03 15:00:09 +02:00
- include_tasks: conf.yml
tags: always
- include_tasks: iptables.yml
when: iptables_manage | default(True)
tags: always
- include_tasks: services.yml
tags: always
- include_tasks: cleanup.yml
tags: always