]> git.openstreetmap.org Git - chef.git/blob - roles/unizar.rb
Make g5team an admin on G5 Solutions machines
[chef.git] / roles / unizar.rb
1 name "unizar"
2 description "Role applied to all servers at University of Zaragoza"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :osluz => { :status => :administrator }
8     }
9   },
10   :hosted_by => "University of Zaragoza",
11   :location => "Zaragoza, Spain",
12   :networking => {
13     :nameservers => ["155.210.12.9", "155.210.3.12"],
14     :roles => {
15       :external => {
16         :zone => "uz"
17       }
18     }
19   }
20 )
21
22 run_list(
23   "role[es]"
24 )