# Make sure Ansible host has access to these devices # Good idea to snapshot all machines and deploy uing cloud-init [servers] server1 ansible_host=192.168.15.111 server2 ansible_host=192.168.15.112 server3 ansible_host=192.168.15.113 [agents] agent1 ansible_host=192.168.15.114 agent2 ansible_host=192.168.15.115 agent3 ansible_host=192.168.15.116 [rke2] [rke2:children] servers agents [rke2:vars] ansible_user=dguest