X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4257000ade199f7ca768e5cf9bca538bd02ca1b4..dc88c4068c574ea04d3085c8d8b0b80660688db7:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index 42d25d9d0..b5cb9d559 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -2,14 +2,6 @@ name "shenron" description "Master role applied to shenron" default_attributes( - :accounts => { - :users => { - :bretth => { - :status => :user, - :shell => "/usr/bin/git-shell" - } - } - }, :apache => { :mpm => "event", :event => { @@ -17,9 +9,6 @@ default_attributes( :max_spare_threads => 150 } }, - :apt => { - :sources => ["brightbox-ruby-ng"] - }, :hardware => { :mcelog => { :enabled => false @@ -27,18 +16,6 @@ default_attributes( :modules => [ "it87" ] - }, - :openvpn => { - :address => "10.0.16.3", - :tunnels => { - :shenron2ucl => { - :port => "1194", - :mode => "server", - :peer => { - :host => "ridley.openstreetmap.org" - } - } - } } ) @@ -61,7 +38,9 @@ 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" } ) @@ -69,14 +48,9 @@ run_list( "role[bytemark]", "role[mail]", "role[lists]", - "role[git]", "role[subversion]", "role[trac]", "role[osqa]", "role[irc]", - "role[dns]", - "role[geodns]", - "role[chef-repository]", - "recipe[blogs]", - "recipe[openvpn]" + "recipe[blogs]" )