infrastructure/k8s/inventory/clusters.yaml

28 lines
793 B
YAML
Raw Normal View History

2022-09-11 16:49:31 +00:00
all:
vars:
ansible_user: root
extra_server_args: "--node-taint=node-type=master:NoSchedule --tls-san='2a01:4f9:c012:7d4b::1' --tls-san='k8s.icb4dc0.de' --tls-san='127.0.0.1'"
extra_agent_args: ""
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
systemd_dir: /etc/systemd/system
master_ip: "172.23.2.10"
domain: icb4dc0.de
children:
control_plane:
hosts:
cp01:
2022-12-23 13:04:44 +00:00
ansible_host: "95.216.168.169"
2022-09-11 16:49:31 +00:00
k8s_ip: "172.23.2.10"
vars:
k3s_version: v1.25.4+k3s1
2022-09-11 16:49:31 +00:00
worker_nodes:
hosts:
worker01:
2022-12-23 13:04:44 +00:00
ansible_host: "65.108.148.54"
2022-09-11 16:49:31 +00:00
k8s_ip: "172.23.2.20"
worker02:
2022-12-23 13:04:44 +00:00
ansible_host: "95.217.184.201"
k8s_ip: "172.23.2.21"
vars:
k3s_version: v1.25.4+k3s1