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

24 lines
355 B
YAML
Raw Normal View History

2022-08-19 16:00:17 +02:00
---
- include_tasks: directories.yml
tags: always
- include_tasks: user.yml
tags: drbd
- 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