-
Notifications
You must be signed in to change notification settings - Fork 6
/
sample_inventory.yml
51 lines (51 loc) · 1.4 KB
/
sample_inventory.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
all:
children:
whois:
children:
site1:
children:
site1_odd:
hosts:
whoisrws1.site1.example.com:
whoisrws3.site1.example.com:
whoisrws5.site1.example.com:
site1_even:
hosts:
whoisrws2.site1.example.com:
whoisrws4.site1.example.com:
whoisrws6.site1.example.com:
site2:
children:
site2_odd:
hosts:
whoisrws1.site2.example.com:
whoisrws3.site2.example.com:
whoisrws5.site2.example.com:
site2_even:
hosts:
whoisrws2.site2.example.com:
whoisrws4.site2.example.com:
whoisrws6.site2.example.com:
site3:
children:
site3_odd:
hosts:
whoisrws1.site3.example.com:
whoisrws3.site3.example.com:
whoisrws5.site3.example.com:
site3_even:
hosts:
whoisrws2.site3.example.com:
whoisrws4.site3.example.com:
whoisrws6.site3.example.com:
even:
children:
site2_even:
site1_even:
site3_even:
odd:
children:
site2_odd:
site1_odd:
site3_odd: