2026-03-08 08:39:41 +01:00
|
|
|
---
|
|
|
|
|
- name: Prepare all nodes
|
|
|
|
|
hosts: all
|
|
|
|
|
become: yes
|
|
|
|
|
roles:
|
|
|
|
|
- common
|
|
|
|
|
|
|
|
|
|
- name: Setup Master Node
|
|
|
|
|
hosts: masters
|
|
|
|
|
become: yes
|
|
|
|
|
roles:
|
|
|
|
|
- master
|
2026-03-08 13:24:06 +01:00
|
|
|
- dashboard
|
2026-03-08 08:39:41 +01:00
|
|
|
|
|
|
|
|
- name: Setup Worker Nodes
|
|
|
|
|
hosts: workers
|
|
|
|
|
become: yes
|
|
|
|
|
roles:
|
|
|
|
|
- worker
|