JimsGarage/Ansible/Playbooks/RKE2/inventory/hosts.ini

21 lines
380 B
INI

# 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.3.21
server2 ansible_host=192.168.3.22
server3 ansible_host=192.168.3.23
[agents]
agent1 ansible_host=192.168.3.24
agent2 ansible_host=192.168.3.25
[rke2]
[rke2:children]
servers
agents
[rke2:vars]
ansible_user=ansible