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

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

Issue 29329907: Issue 2248 - Introduce subscribe.adblockplus.org (Closed)
Patch Set: Created Nov. 10, 2015, 11:36 a.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 | « hiera/roles/web/subscribe.yaml ('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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 hg1: 81 hg1:
82 ip: [10.8.0.152] 82 ip: [10.8.0.152]
83 role: hgwebserver 83 role: hgwebserver
84 ssh_public_key: *vagrant_box 84 ssh_public_key: *vagrant_box
85 groups: [http-servers] 85 groups: [http-servers]
86 web-abb-org-1: 86 web-abb-org-1:
87 ip: [10.8.0.154] 87 ip: [10.8.0.154]
88 role: web/adblockbrowser 88 role: web/adblockbrowser
89 ssh_public_key: *vagrant_box 89 ssh_public_key: *vagrant_box
90 groups: [http-servers] 90 groups: [http-servers]
91 web-subscribe-abp-org-1:
92 ip: [10.8.0.155]
93 role: web/subscribe
94 ssh_public_key: *vagrant_box
95 groups: [http-servers]
91 log1: 96 log1:
92 ip: [10.8.1.210] 97 ip: [10.8.1.210]
93 role: logserver 98 role: logserver
94 ssh_public_key: *vagrant_box 99 ssh_public_key: *vagrant_box
95 100
OLDNEW
« no previous file with comments | « hiera/roles/web/subscribe.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld