]> git.openstreetmap.org Git - chef.git/blob - roles/exonetric.rb
c618b5ccd3d84ce4f5b02558a6d6a2b7f4515e1b
[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       }
22     }
23   }
24 )
25
26 run_list(
27   "role[gb]"
28 )