10 lines
248 B
YAML
10 lines
248 B
YAML
---
|
|
- name: Annotate worker nodes
|
|
ansible.builtin.include_tasks: annotate.yml
|
|
|
|
- name: Install Longhorn via Helm
|
|
ansible.builtin.include_tasks: helm.yml
|
|
|
|
- name: Register disks and remove default disk
|
|
ansible.builtin.include_tasks: disks.yml
|