X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4c9a8da636f6488e9e33fef896353ead44832619..10c95ba734fb2775488bfece03abc0c58badad81:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index 27a10f9c1..56e2a3ed3 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -15,9 +15,6 @@ default_attributes( :ignore => %w[in6] } }, - :mcelog => { - :enabled => false - }, :modules => [ "it87" ] @@ -44,21 +41,12 @@ override_attributes( :prefix => "64", :gateway => "fe80::1" } - }, - # Do not use Cloudflare Public DNS as it does not support ECS as required by https://www.spamhaus.org/organization/dnsblusage/ - # https://www.spamhaus.org/news/article/816/service-update-spamhaus-dnsbl-users-who-query-via-cloudflare-dns-need-to-make-changes-to-email-set-up - :nameservers => ["8.8.8.8", "8.8.4.4", "2001:4860:4860::8888", "2001:4860:4860::8844"], - :private_address => "10.0.16.100" + } } ) run_list( "role[bytemark]", - "role[mail]", "role[lists]", - "role[subversion]", - "role[trac]", - "role[osqa]", - "role[irc]", - "recipe[blogs]" + "role[osqa]" )