]> git.openstreetmap.org Git - chef.git/blob - roles/strato.rb
Spin up memcached on the web frontends
[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   }
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 )