v0.0.1
This commit is contained in:
4
group_vars/alpha.yml
Normal file
4
group_vars/alpha.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
# Group vars for alpha cluster
|
||||
ipv4_subnet: 0
|
||||
ipv6_subnet: a
|
||||
3
group_vars/control_plane.yml
Normal file
3
group_vars/control_plane.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
# Group vars for Kubernetes control plane nodes
|
||||
kubernetes_role: control_plane
|
||||
3
group_vars/workers.yml
Normal file
3
group_vars/workers.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
# Group vars for Kubernetes worker nodes
|
||||
kubernetes_role: node
|
||||
Reference in New Issue
Block a user