]> git.openstreetmap.org Git - chef.git/blob - roles/exonetric.rb
Spin up memcached on the web frontends
[chef.git] / roles / exonetric.rb
1 name "exonetric"
2 description "Role applied to all servers at Exonetric"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :hatter => { :status => :administrator }
8     }
9   },
10   :hosted_by => "Exonetric",
11   :location => "London, England",
12   :networking => {
13     :nameservers => ["8.8.8.8", "8.8.4.4"],
14     :roles => {
15       :external => {
16         :inet => {
17           :prefix => "28",
18           :gateway => "178.250.74.33"
19         },
20         :inet6 => {
21           :prefix => "64",
22           :gateway => "2a02:1658:4:0::1"
23         }
24       }
25     }
26   }
27 )
28
29 run_list(
30   "role[gb]"
31 )