31 lines
No EOL
951 B
YAML
31 lines
No EOL
951 B
YAML
all:
|
|
children:
|
|
k3s_cluster:
|
|
children:
|
|
control_plane:
|
|
hosts:
|
|
vntx-control-1:
|
|
ansible_host: 10.0.0.101
|
|
k3s_control_node: true
|
|
k3s_primary: true
|
|
vntx-control-2:
|
|
ansible_host: 10.0.0.102
|
|
k3s_control_node: true
|
|
vntx-control-3:
|
|
ansible_host: 10.0.0.103
|
|
k3s_control_node: true
|
|
workers:
|
|
hosts:
|
|
vntx-worker-1:
|
|
ansible_host: 10.0.0.111
|
|
vntx-worker-2:
|
|
ansible_host: 10.0.0.112
|
|
vars:
|
|
ansible_user: debian
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
k3s_version: v1.29.0+k3s1
|
|
k3s_cluster_domain: cluster.local
|
|
k3s_cluster_cidr: 10.42.0.0/16
|
|
k3s_service_cidr: 10.43.0.0/16
|
|
systemd_dir: /etc/systemd/system |