X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/08d53c89b09fb5bf08da3083e6f4598de4b1f041..94e7f96b74c525574243c63ef64184d93cceac16:/roles/bytemark.rb diff --git a/roles/bytemark.rb b/roles/bytemark.rb index 7bcd61406..a8159ca66 100644 --- a/roles/bytemark.rb +++ b/roles/bytemark.rb @@ -2,8 +2,10 @@ name "bytemark" description "Role applied to all servers at Bytemark" default_attributes( + :hosted_by => "Bytemark", + :location => "York, England", :networking => { - :nameservers => [ "[2001:41c8:2::2]", "[2001:41c8:2::1]", "80.68.80.25", "80.68.80.24" ], + :nameservers => ["8.8.8.8", "8.8.4.4", "2001:4860:4860::8888", "2001:4860:4860::8844"], :roles => { :external => { :zone => "bm" @@ -14,7 +16,7 @@ default_attributes( override_attributes( :ntp => { - :servers => [ "0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org" ] + :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"] } )