-
Notifications
You must be signed in to change notification settings - Fork 0
/
host.yml
28 lines (22 loc) · 1.06 KB
/
host.yml
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
[all]
openstack01 ansible_user=debian ansible_host=192.168.0.21
openstack02 ansible_user=debian ansible_host=192.168.0.22
openstack06 ansible_user=debian ansible_host=192.168.0.26
#[local]
#192.168.113.21 ansible_user=debian
#192.168.113.30 ansible_user=debian
#192.168.113.31 ansible_user=debian
#192.168.113.32 ansible_user=debian
[arm]
arm01 ansible_host=192.168.0.51 node_num=21 interface1=enp1s0f0np0 interface2=enp1s0f1np1 ansible_user=debian
[compute]
openstack01 ansible_user=debian node_num=1 interface1=enp24s0f0np0 interface2=enp24s0f1np1
openstack02 ansible_user=debian node_num=2 interface1=enp24s0f0np0 interface2=enp24s0f1np1
[compute2]
openstack04 ansible_user=debian node_num=4 ansible_host=192.168.0.24 interface1=enp2s0f0np0 interface2=enp2s0f1np1
openstack05 ansible_user=debian node_num=5 ansible_host=192.168.0.25 interface1=enp3s0f0np0 interface2=enp3s0f1np1
[cephadm]
openstack01 ansible_user=debian ansible_host=192.168.0.21
[pci-pass]
openstack05 ansible_user=debian ansible_host=192.168.0.25
openstack04 ansible_user=debian ansible_host=192.168.0.24