]> git.openstreetmap.org Git - chef.git/blob - roles/unizar.rb
Tune scheduler on tile caches
[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 override_attributes(
23   :ntp => {
24     :servers => ["0.es.pool.ntp.org", "1.es.pool.ntp.org", "europe.pool.ntp.org"]
25   }
26 )
27
28 run_list(
29   "role[es]"
30 )