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