-
Notifications
You must be signed in to change notification settings - Fork 2
/
inventory
31 lines (22 loc) · 875 Bytes
/
inventory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[all]
controller1 ansible_host=10.50.2.4
controller2 ansible_host=10.50.2.5
controller3 ansible_host=10.50.2.6
compute1 ansible_host=10.50.2.7
compute2 ansible_host=10.50.2.13
storage ansible_host=10.50.2.8
[controller]
controller1 ansible_ssh_user=localadmin ansible_become_pass=openstack
controller2 ansible_ssh_user=localadmin ansible_become_pass=openstack
controller3 ansible_ssh_user=localadmin ansible_become_pass=openstack
[compute]
compute1 ansible_ssh_user=localadmin ansible_become_pass=openstack
compute2 ansible_ssh_user=localadmin ansible_become_pass=openstack
[network]
compute1 ansible_ssh_user=localadmin ansible_become_pass=openstack
compute2 ansible_ssh_user=localadmin ansible_become_pass=openstack
[storage]
storage ansible_ssh_user=localadmin ansible_become_pass=openstack
[env:children]
controller
network