]> git.openstreetmap.org Git - chef.git/blob - roles/unizar.rb
1d91a06157be0dfafa8ee0ac1632334e35146bde
[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     }
8   },
9   :hosted_by => "University of Zaragoza",
10   :location => "Zaragoza, Spain",
11   :networking => {
12     :nameservers => ["155.210.12.9", "155.210.3.12"],
13     :roles => {
14       :external => {
15         :zone => "uz"
16       }
17     }
18   }
19 )
20
21 run_list(
22   "role[es]"
23 )