xoxys.k3s/tasks/main.yml
Robert Kaussow b8f4148994
All checks were successful
continuous-integration/drone/push Build is passing
feat: add option to prepare iscsid to support storage providers (#2)
2023-01-10 08:42:13 +01:00

10 lines
224 B
YAML

---
- include_tasks: reset.yml
when: k3s_reset | bool
- include_tasks: prepare.yml
- include_tasks: init.yml
when: k3s_server | bool
- include_tasks: setup.yml
- include_tasks: iscsi.yml
when: k3s_iscsi_enabled | bool