infrastructure/k8s/inventory/clusters.yaml

26 lines
783 B
YAML
Raw Normal View History

2022-09-11 16:49:31 +00:00
all:
vars:
ansible_user: root
k3s_version: v1.24.3+k3s1
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
2022-09-20 20:11:42 +00:00
agola_image: code.icb4dc0.de/prskr/agola:latest
2022-09-11 16:49:31 +00:00
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"
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"