]> git.openstreetmap.org Git - chef.git/blob - roles/vodafone-cz.rb
nominatim: increase number of tracked connections
[chef.git] / roles / vodafone-cz.rb
1 name "vodafone-cz"
2 description "Role applied to all servers at Vodafone CZ"
3
4 default_attributes(
5   :hosted_by => "Vodafone",
6   :location => "Prague, Czech Republic",
7   :networking => {
8     :nameservers => ["62.24.64.2", "2a02:8301:0:10::3", "2001:4860:4860::8888"]
9   }
10 )
11
12 override_attributes(
13   :ntp => {
14     :servers => ["0.cz.pool.ntp.org", "1.cz.pool.ntp.org", "europe.pool.ntp.org"]
15   }
16 )
17
18 run_list(
19   "role[cz]"
20 )