X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0a20e75aa3afc5a54a3b15b67023fbb6d05a5ffc..ac555cac50dd3637a0dbb2e3cf135edabb988bbf:/roles/strato.rb diff --git a/roles/strato.rb b/roles/strato.rb deleted file mode 100644 index 5cf4445dc..000000000 --- a/roles/strato.rb +++ /dev/null @@ -1,20 +0,0 @@ -name "strato" -description "Role applied to all servers at Strato" - -default_attributes( - :hosted_by => "Strato", - :location => "Germany" -) - -override_attributes( - :networking => { - :nameservers => ["85.214.7.22", "81.169.163.106"] - }, - :ntp => { - :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"] - } -) - -run_list( - "role[de]" -)