| OLD | NEW |
| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 role: hgwebserver | 121 role: hgwebserver |
| 122 os: "debian-jessie" | 122 os: "debian-jessie" |
| 123 public_key: *vagrant_box_jessie | 123 public_key: *vagrant_box_jessie |
| 124 groups: [http-servers] | 124 groups: [http-servers] |
| 125 build1: | 125 build1: |
| 126 ips: [10.8.0.153] | 126 ips: [10.8.0.153] |
| 127 role: buildmasterserver | 127 role: buildmasterserver |
| 128 os: "debian-jessie" | 128 os: "debian-jessie" |
| 129 public_key: *vagrant_box_jessie | 129 public_key: *vagrant_box_jessie |
| 130 groups: [http-servers] | 130 groups: [http-servers] |
| 131 web-abb-org-1: | 131 adblockbrowser-org-1: |
| 132 ips: [10.8.0.154] | 132 ips: [10.8.0.154] |
| 133 role: web/adblockbrowser | 133 role: web/adblockbrowser |
| 134 os: "debian-jessie" | 134 os: "debian-jessie" |
| 135 public_key: *vagrant_box_jessie | 135 public_key: *vagrant_box_jessie |
| 136 groups: [http-servers] | 136 groups: [http-servers] |
| 137 subscribe-1: | 137 subscribe-1: |
| 138 ips: [10.8.0.155] | 138 ips: [10.8.0.155] |
| 139 role: web/subscribe | 139 role: web/subscribe |
| 140 os: "debian-jessie" | 140 os: "debian-jessie" |
| 141 public_key: *vagrant_box_jessie | 141 public_key: *vagrant_box_jessie |
| (...skipping 26 matching lines...) Expand all Loading... |
| 168 os: "debian-jessie" | 168 os: "debian-jessie" |
| 169 public_key: *vagrant_box_jessie | 169 public_key: *vagrant_box_jessie |
| 170 groups: [http-servers] | 170 groups: [http-servers] |
| 171 eyeofiles-1: | 171 eyeofiles-1: |
| 172 ips: [10.8.0.226] | 172 ips: [10.8.0.226] |
| 173 role: web/fileserver/eyeofiles | 173 role: web/fileserver/eyeofiles |
| 174 os: "debian-jessie" | 174 os: "debian-jessie" |
| 175 public_key: *vagrant_box_jessie | 175 public_key: *vagrant_box_jessie |
| 176 groups: [http-servers] | 176 groups: [http-servers] |
| 177 | 177 |
| OLD | NEW |