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

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

Issue 29717636: Remove docker based roles (Closed)
Patch Set: Created March 9, 2018, 2:42 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 | « no previous file | 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 adblockplus::hosts: 2 adblockplus::hosts:
3 absent-example: 3 absent-example:
4 ensure: "absent" 4 ensure: "absent"
5 jessie0: 5 jessie0:
6 ips: [10.8.0.101] 6 ips: [10.8.0.101]
7 os: "debian-jessie" 7 os: "debian-jessie"
8 public_key: &vagrant_box_jessie 8 public_key: &vagrant_box_jessie
9 "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkXTOj2JwvwlDaHbaMrDuosuRuU5ZuKe1EH NJa67ZxkB1a6Y1ObDxfYiYnvI5i9sQyUmmc5TrGAGGJs1BrriMaPayBaTSf3ymU2Rqxj3GZXuiioCxGV 8I2R/aOhwvpbnVqZH5O99IuAZbrag5J/WhDWgWuk3gFrZxEwQmZW144tJH//I3b0oMAr3/arBViVeU52 dHhKX9xdStTzFpWKUav/NoKKrgB91QKwPx8U6ymuDoCQU7qyTBnAX1sYuSwEMJzVRqtmKLybR4Xp5A94 EMbJsgVbq4LrUrMo00FdLV0EGMmA2Kmd/9D+CuZXoD6/mWkzmaVfiUMKhrorM05voFp vagrant@cont rib-jessie" 9 "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkXTOj2JwvwlDaHbaMrDuosuRuU5ZuKe1EH NJa67ZxkB1a6Y1ObDxfYiYnvI5i9sQyUmmc5TrGAGGJs1BrriMaPayBaTSf3ymU2Rqxj3GZXuiioCxGV 8I2R/aOhwvpbnVqZH5O99IuAZbrag5J/WhDWgWuk3gFrZxEwQmZW144tJH//I3b0oMAr3/arBViVeU52 dHhKX9xdStTzFpWKUav/NoKKrgB91QKwPx8U6ymuDoCQU7qyTBnAX1sYuSwEMJzVRqtmKLybR4Xp5A94 EMbJsgVbq4LrUrMo00FdLV0EGMmA2Kmd/9D+CuZXoD6/mWkzmaVfiUMKhrorM05voFp vagrant@cont rib-jessie"
10 precise0: 10 precise0:
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 filtermaster1: 43 filtermaster1:
44 ips: [10.8.0.127] 44 ips: [10.8.0.127]
45 role: filtermasterserver 45 role: filtermasterserver
46 os: "debian-jessie" 46 os: "debian-jessie"
47 public_key: *vagrant_box_jessie 47 public_key: *vagrant_box_jessie
48 server10: 48 server10:
49 ips: [10.8.0.105] 49 ips: [10.8.0.105]
50 role: intraforumserver 50 role: intraforumserver
51 public_key: *vagrant_box_precise 51 public_key: *vagrant_box_precise
52 groups: [http-servers] 52 groups: [http-servers]
53 abpforum1:
54 ips: [10.8.0.106]
55 role: forumserver
56 os: "debian-jessie"
57 public_key: *vagrant_box_jessie
58 groups: [http-servers]
59 eyeoforum1:
60 ips: [10.8.0.107]
61 role: forumserver
62 os: "debian-jessie"
63 public_key: *vagrant_box_jessie
64 groups: [http-servers]
65 issues-2: 53 issues-2:
66 ips: [10.8.0.131] 54 ips: [10.8.0.131]
67 role: issueserver 55 role: issueserver
68 os: "debian-jessie" 56 os: "debian-jessie"
69 public_key: *vagrant_box_jessie 57 public_key: *vagrant_box_jessie
70 groups: [http-servers] 58 groups: [http-servers]
71 update1: 59 update1:
72 ips: [10.8.0.128] 60 ips: [10.8.0.128]
73 role: updateserver 61 role: updateserver
74 os: "debian-jessie" 62 os: "debian-jessie"
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 role: web/fileserver/eyeofiles 161 role: web/fileserver/eyeofiles
174 os: "debian-jessie" 162 os: "debian-jessie"
175 public_key: *vagrant_box_jessie 163 public_key: *vagrant_box_jessie
176 groups: [http-servers] 164 groups: [http-servers]
177 abp-builds-1: 165 abp-builds-1:
178 ips: [10.8.0.227] 166 ips: [10.8.0.227]
179 role: buildserver 167 role: buildserver
180 os: "debian-jessie" 168 os: "debian-jessie"
181 public_key: *vagrant_box_jessie 169 public_key: *vagrant_box_jessie
182 170
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld