mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
14 lines
366 B
INI
14 lines
366 B
INI
# Make sure Ansible host has access to these devices
|
|
# Good idea to snapshot all machines and deploy uing cloud-template
|
|
[ansible]
|
|
127.0.0.1 ansible_connection=local
|
|
|
|
[servers]
|
|
server1 ansible_host=192.168.50.195
|
|
server2 ansible_host=192.168.50.196
|
|
server3 ansible_host=192.168.50.197
|
|
|
|
[agents]
|
|
agent1 ansible_host=192.168.50.198
|
|
agent2 ansible_host=192.168.50.199
|