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