Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/private-stub/hiera/hosts.yaml

Issue 29325553: Issue 2974 - Integrate eyeo.com with Hiera (Closed)
Patch Set: Created Sept. 2, 2015, 1:54 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « manifests/webserver.pp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 --- 1 ---
2 servers: 2 servers:
3 filter1: 3 filter1:
4 ip: [10.8.0.120] 4 ip: [10.8.0.120]
5 role: filterserver 5 role: filterserver
6 ssh_public_key: &vagrant_box 6 ssh_public_key: &vagrant_box
7 AAAAB3NzaC1yc2EAAAADAQABAAABAQChpIwFFj2G8HeGbpe6tNLESGOKH2XiJ1A3w0iQydJoQj QMq/bd3lPexYDEFDI5orxe4KTtWXzqL74uco54x6DY35c7DbTBFlZi++DNfajh7zZVj+15ZXc5jefP8P O66gMgHUQ6dp0z8W5/p9OXdIwaWa8n083CzJn8IixF7/Q0bqBon7+7DNX/m+B7h+EfWizbzTrknrvGXX UYc1X7KY04fAIPa5S0TqEUliF2Yk1YHYyN5w7NUeLq3rd0YK8jFUy5DiKUgQ+ZYIKU3swcguZvFo38JB BrJns+1CKD28XQG6TguhWpzeVNMwcl+tm5LJjpGrTonprGgEPFC8Aa/+2T 7 AAAAB3NzaC1yc2EAAAADAQABAAABAQChpIwFFj2G8HeGbpe6tNLESGOKH2XiJ1A3w0iQydJoQj QMq/bd3lPexYDEFDI5orxe4KTtWXzqL74uco54x6DY35c7DbTBFlZi++DNfajh7zZVj+15ZXc5jefP8P O66gMgHUQ6dp0z8W5/p9OXdIwaWa8n083CzJn8IixF7/Q0bqBon7+7DNX/m+B7h+EfWizbzTrknrvGXX UYc1X7KY04fAIPa5S0TqEUliF2Yk1YHYyN5w7NUeLq3rd0YK8jFUy5DiKUgQ+ZYIKU3swcguZvFo38JB BrJns+1CKD28XQG6TguhWpzeVNMwcl+tm5LJjpGrTonprGgEPFC8Aa/+2T
8 groups: [filter-servers] 8 groups: [filter-servers]
9 server4: 9 server4:
10 ip: [10.8.0.99] 10 ip: [10.8.0.99]
(...skipping 28 matching lines...) Expand all
39 stats1: 39 stats1:
40 ip: [10.8.0.130] 40 ip: [10.8.0.130]
41 ssh_public_key: *vagrant_box 41 ssh_public_key: *vagrant_box
42 groups: [http-servers] 42 groups: [http-servers]
43 update1: 43 update1:
44 ip: [10.8.0.128] 44 ip: [10.8.0.128]
45 ssh_public_key: *vagrant_box 45 ssh_public_key: *vagrant_box
46 groups: [http-servers] 46 groups: [http-servers]
47 web1: 47 web1:
48 ip: [10.8.0.129] 48 ip: [10.8.0.129]
49 role: web/eyeo
49 ssh_public_key: *vagrant_box 50 ssh_public_key: *vagrant_box
50 groups: [http-servers] 51 groups: [http-servers]
51 web2: 52 web2:
52 ip: [10.8.0.145] 53 ip: [10.8.0.145]
53 ssh_public_key: *vagrant_box 54 ssh_public_key: *vagrant_box
54 groups: [http-servers] 55 groups: [http-servers]
55 web3: 56 web3:
56 ip: [10.8.0.146] 57 ip: [10.8.0.146]
57 ssh_public_key: *vagrant_box 58 ssh_public_key: *vagrant_box
58 groups: [http-servers] 59 groups: [http-servers]
(...skipping 12 matching lines...) Expand all
71 web-aa-org-1: 72 web-aa-org-1:
72 ip: [10.8.0.150] 73 ip: [10.8.0.150]
73 ssh_public_key: *vagrant_box 74 ssh_public_key: *vagrant_box
74 groups: [http-servers] 75 groups: [http-servers]
75 hg1: 76 hg1:
76 ip: [10.8.0.152] 77 ip: [10.8.0.152]
77 role: hgwebserver 78 role: hgwebserver
78 ssh_public_key: *vagrant_box 79 ssh_public_key: *vagrant_box
79 groups: [http-servers] 80 groups: [http-servers]
80 81
OLDNEW
« no previous file with comments | « manifests/webserver.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld