]> git.openstreetmap.org Git - chef.git/blob - roles/exonetric.rb
tilecache: storage tuning
[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         :zone => "ex",
17         :inet => {
18           :prefix => "28",
19           :gateway => "178.250.74.33"
20         },
21         :inet6 => {
22           :prefix => "64",
23           :gateway => "2a02:1658:4:0::1"
24         }
25       }
26     }
27   }
28 )
29
30 run_list(
31   "role[gb]"
32 )