Enrich inventory
This commit is contained in:
parent
98de636298
commit
739da8ac90
|
@ -1,4 +0,0 @@
|
||||||
pod_network_cidr: "10.254.0.0/16"
|
|
||||||
service_cidr: "10.255.0.0/16"
|
|
||||||
kubeadmin_config: /etc/kubernetes/admin.conf
|
|
||||||
k8s_version: 1.26
|
|
|
@ -1 +0,0 @@
|
||||||
ansible_user: servant
|
|
|
@ -5,10 +5,22 @@ all:
|
||||||
matthew.gerar.jilits.se:
|
matthew.gerar.jilits.se:
|
||||||
mark.gerar.jilits.se:
|
mark.gerar.jilits.se:
|
||||||
luke.gerar.jilits.se:
|
luke.gerar.jilits.se:
|
||||||
|
vars:
|
||||||
|
ansible_user: servant
|
||||||
|
cluster_name: "gerar"
|
||||||
|
k8s_version: 1.26
|
||||||
|
pod_network_cidr: "10.254.0.0/16"
|
||||||
|
service_cidr: "10.255.0.0/16"
|
||||||
control_planes:
|
control_planes:
|
||||||
hosts:
|
hosts:
|
||||||
matthew.gerar.jilits.se:
|
matthew.gerar.jilits.se:
|
||||||
workers:
|
vars:
|
||||||
|
is_control_plane: true
|
||||||
|
nodes:
|
||||||
hosts:
|
hosts:
|
||||||
mark.gerar.jilits.se:
|
mark.gerar.jilits.se:
|
||||||
luke.gerar.jilits.se:
|
luke.gerar.jilits.se:
|
||||||
|
vars:
|
||||||
|
is_control_plane: false
|
||||||
|
vars:
|
||||||
|
kubeadmin_config: /etc/kubernetes/admin.conf
|
||||||
|
|
Loading…
Reference in New Issue