This commit is contained in:
2024-07-03 12:38:09 +00:00
parent 7bc2e86c68
commit 9a4bbb05a8
16 changed files with 142 additions and 0 deletions

4
group_vars/alpha.yml Normal file
View File

@@ -0,0 +1,4 @@
---
# Group vars for alpha cluster
ipv4_subnet: 0
ipv6_subnet: a

View File

@@ -0,0 +1,3 @@
---
# Group vars for Kubernetes control plane nodes
kubernetes_role: control_plane

3
group_vars/workers.yml Normal file
View File

@@ -0,0 +1,3 @@
---
# Group vars for Kubernetes worker nodes
kubernetes_role: node