-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinventory_example.yml
More file actions
37 lines (34 loc) · 894 Bytes
/
inventory_example.yml
File metadata and controls
37 lines (34 loc) · 894 Bytes
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
32
33
34
35
36
---
# Example inventory showing groups (ceph and console optional)
all:
hosts:
cloud.example.com:
node[01:10].example.com:
vars:
cloud_system_dns_dnsdomain: eucalyptus.cloud.example.com
edge_subnet: 192.168.0.0
edge_netmask: 255.255.0.0
edge_gateway: 192.168.0.1
edge_net_private_ip_range: 192.168.100.1-192.168.100.100
edge_net_public_ip_range: 192.168.200.1-192.168.200.100
vpcmido_public_ip_range: 10.100.150.10-10.100.150.254
vpcmido_gw_ext_cidr: 10.100.0.0/17
vpcmido_gw_ext_device: en1
vpcmido_gw_ext_ip: 10.100.10.10
vpcmido_gw_ext_router_ip: 10.100.10.1
children:
ceph:
hosts:
cloud.example.com:
cloud:
hosts:
cloud.example.com:
console:
hosts:
cloud.example.com:
nodes:
hosts:
node[01:10].example.com:
zone:
hosts:
cloud.example.com: