complex_hosts 638 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# order of groups, children, and vars is not signficant
# so this example mixes them up for maximum testing

[nc:children]
rtp
triangle

[eastcoast:children]
nc
florida

[us:children]
eastcoast

15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
[redundantgroup]
rtp_a

[redundantgroup2]
rtp_a

[redundantgroup3:children]
rtp

[redundantgroup:vars]
rga=1

[redundantgroup2:vars]
rgb=2

[redundantgroup3:vars]
rgc=3

33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
[nc:vars]
b=10000
c=10001
d=10002

[rtp]
rtp_a
rtp_b
rtb_c

[rtp:vars]
a=1
b=2
c=3

[triangle]
tri_a
tri_b
tri_c

[triangle:vars]
a=11
b=12
c=13

[florida]
orlando
miami

[florida:vars]
a=100
b=101
c=102


[eastcoast:vars]
b=100000
c=100001
d=100002

[us:vars]
c=1000000