]> git.openstreetmap.org Git - chef.git/blob - roles/unizar.rb
nominatim: increase number of tracked connections
[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   }
15 )
16
17 override_attributes(
18   :ntp => {
19     :servers => ["0.es.pool.ntp.org", "1.es.pool.ntp.org", "europe.pool.ntp.org"]
20   }
21 )
22
23 run_list(
24   "role[es]"
25 )