mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
10 lines
244 B
INI
10 lines
244 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.50.203
|
|
|
|
[agents]
|
|
agent1 ansible_host=192.168.50.205
|
|
agent2 ansible_host=192.168.50.209
|