X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ab47927c016597f8602b81dcdc168ad5c335389d..10c95ba734fb2775488bfece03abc0c58badad81:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index 9e94e5edd..56e2a3ed3 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -15,9 +15,6 @@ default_attributes( :ignore => %w[in6] } }, - :mcelog => { - :enabled => false - }, :modules => [ "it87" ] @@ -26,6 +23,7 @@ default_attributes( override_attributes( :networking => { + :dnssec => "false", :interfaces => { :external_ipv4 => { :interface => "eth0", @@ -43,19 +41,12 @@ override_attributes( :prefix => "64", :gateway => "fe80::1" } - }, - :nameservers => ["1.1.1.1", "1.0.0.1", "2606:4700:4700::1111", "2606:4700:4700::1001"], - :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]" )