summaryrefslogtreecommitdiffstats
path: root/prototypes/openstack-ansible/playbooks/inventory
blob: f53da53051bdc7a217845480d697d4d7e48e8321 (plain)
1
2
3
4
5
6
7
8
9
10
11
[jumphost]
jumphost 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