]> git.openstreetmap.org Git - chef.git/blob - roles/ffrl.rb
nominatim: increase number of tracked connections
[chef.git] / roles / ffrl.rb
1 name "ffrl"
2 description "Role applied to all servers at Freifunk Rheinland"
3
4 default_attributes(
5   :hosted_by => "Freifunk Rheinland",
6   :location => "Berlin, Germany",
7   :networking => {
8     :nameservers => [
9       "8.8.8.8",
10       "8.8.4.4"
11     ]
12   }
13 )
14
15 override_attributes(
16   :ntp => {
17     :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"]
18   }
19 )
20
21 run_list(
22   "role[de]"
23 )