# RKE2 cluster master/server nodes #
[servers]
#172.31.27.98  This is the sample IP address. Remove # sign and replace this IP address with the domain name or IP of the VM nodes.


# RKE2 cluster worker/agent nodes #
[agents]
#172.31.24.120  This is the sample IP address. Remove # sign and replace this IP address with the domain name or IP of the VM nodes.

[k8s:children]
servers
agents

[servers:vars]
rke2_type="server"

[agents:vars]
rke2_type="agent"

[all:vars]
ansible_user={{ ssh_user }}
ansible_ssh_private_key_file={{ ssh_key_path }}
