2022-03-07 16:00:05 +01:00

27 lines
407 B
YAML

---
- include_tasks: facts.yml
tags: always
- include_tasks: user.yml
tags: always
- include_tasks: directories.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: service.yml
tags: always
- include_tasks: write_version.yml
tags: always