ansible-roles/roles/wbo/tasks/main.yml

13 lines
221 B
YAML
Raw Normal View History

2021-12-31 14:05:49 +01:00
---
2022-03-07 14:00:06 +01:00
- include_tasks: user.yml
tags: always
- include_tasks: install.yml
tags: always
- include_tasks: iptables.yml
2021-12-31 14:05:49 +01:00
when: iptables_manage | default(True)
2022-03-07 14:00:06 +01:00
tags: always
- include_tasks: services.yml
tags: always
2021-12-31 14:05:49 +01:00