initial commit

This commit is contained in:
2026-03-08 08:39:41 +01:00
commit 95d2a1c758
9 changed files with 323 additions and 0 deletions

18
site.yml Normal file
View File

@@ -0,0 +1,18 @@
---
- name: Prepare all nodes
hosts: all
become: yes
roles:
- common
- name: Setup Master Node
hosts: masters
become: yes
roles:
- master
- name: Setup Worker Nodes
hosts: workers
become: yes
roles:
- worker