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

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

Issue 29325548: Issue 2974 - Integrate acceptableads.org with Hiera (Closed)
Patch Set: Created Sept. 2, 2015, 1:11 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 web-yt-abp-me-1: 63 web-yt-abp-me-1:
64 ip: [10.8.0.148] 64 ip: [10.8.0.148]
65 ssh_public_key: *vagrant_box 65 ssh_public_key: *vagrant_box
66 groups: [http-servers] 66 groups: [http-servers]
67 web-fb-abp-me-1: 67 web-fb-abp-me-1:
68 ip: [10.8.0.149] 68 ip: [10.8.0.149]
69 ssh_public_key: *vagrant_box 69 ssh_public_key: *vagrant_box
70 groups: [http-servers] 70 groups: [http-servers]
71 web-aa-org-1: 71 web-aa-org-1:
72 ip: [10.8.0.150] 72 ip: [10.8.0.150]
73 role: web/acceptableads
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