]> git.openstreetmap.org Git - chef.git/blob - roles/strato.rb
Add role for kokosnuss
[chef.git] / roles / strato.rb
1 name "strato"
2 description "Role applied to all servers at Strato"
3
4 default_attributes(
5   :hosted_by => "Strato",
6   :location => "Germany",
7   :networking => {
8     :nameservers => [
9       "85.214.7.22",
10       "81.169.163.106"
11     ],
12     :roles => {
13       :external => {
14         :zone => "osm"
15       }
16     }
17   }
18 )
19
20 override_attributes(
21   :ntp => {
22     :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"]
23   }
24 )
25
26 run_list(
27   "role[de]"
28 )