X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8fc604aebea9c110a6be7421ecd30d7ba056af60..58aa89cba7956372b98c26f6bb679c488f017560:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index 800ba219f..ee89e0a35 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 => { @@ -18,21 +10,12 @@ default_attributes( } }, :hardware => { + :mcelog => { + :enabled => false + }, :modules => [ "it87" ] - }, - :openvpn => { - :address => "10.0.16.3", - :tunnels => { - :shenron2ucl => { - :port => "1194", - :mode => "server", - :peer => { - :host => "ridley.openstreetmap.org" - } - } - } } ) @@ -55,7 +38,9 @@ override_attributes( :prefix => "64", :gateway => "fe80::1" } - } + }, + :nameservers => ["8.8.8.8", "8.8.4.4"], + :private_address => "10.0.16.100" } ) @@ -63,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]" )