]> git.openstreetmap.org Git - chef.git/blob - roles/strato.rb
Increase replication slots
[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 )
8
9 override_attributes(
10   :networking => {
11     :nameservers => ["85.214.7.22", "81.169.163.106"]
12   },
13   :ntp => {
14     :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"]
15   }
16 )
17
18 run_list(
19   "role[de]"
20 )