blob: 94b1d074dd922e998dccc8097cb37558667f97ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[opnfv]
opnfv 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
|