summaryrefslogtreecommitdiffstats
path: root/prototypes/openstack-ansible/playbooks/inventory
blob: d3768f51c06dfc219cb6cbe913c67b3c1e0d9e08 (plain)
1
2
3
4
5
6
7
8
9
10
11
[xcimaster]
xcimaster ansible_ssh_host=192.168.122.2

[controller]
controller00 ansible_ssh_host=192.168.122.3
controller01 ansible_ssh_host=192.168.122.4
controller02 ansible_ssh_host=192.168.122.5

[compute]
compute00 ansible_ssh_host=192.168.122.6
compute01 ansible_ssh_host=192.168.122.7