24 lines
363 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
2022-03-07 16:00:05 +01:00
- include_tasks: directories.yml
tags: always
- include_tasks: install.yml
tags: always
- include_tasks: facts.yml
tags: always
2024-07-22 10:00:12 +02:00
- include_tasks: selinux.yml
when: ansible_selinux.status == 'enabled'
tags: always
2022-03-07 16:00:05 +01:00
- include_tasks: conf.yml
tags: always
- include_tasks: iptables.yml
tags: always
- include_tasks: service.yml
tags: always