]> git.openstreetmap.org Git - chef.git/blob - roles/exonetric.rb
Update bundle
[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   :networking => {
11     :nameservers => ["8.8.8.8", "8.8.4.4"],
12     :roles => {
13       :external => {
14         :zone => "ex",
15         :inet => {
16           :prefix => "28",
17           :gateway => "178.250.74.33"
18         }
19       }
20     }
21   }
22 )
23
24 run_list(
25   "role[gb]"
26 )