X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/706faef198842557ca8a07970380fd753e29e8fc..15a6ed4cd248aeb1c47ddc349ce6cc2172bf8489:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 76d2df642..f5a573d47 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -5,16 +5,16 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "em1", + :interface => "em1.2801", :role => :internal, :family => :inet, :address => "10.0.0.20" }, :external_ipv4 => { - :interface => "em2", + :interface => "em1.2800", :role => :external, :family => :inet, - :address => "128.40.45.204" + :address => "193.60.236.18" } } }, @@ -47,12 +47,11 @@ default_attributes( "isearch" => "/ssd/tablespaces/isearch", "daux" => "/data/tablespaces/daux", "iaux" => "/data/tablespaces/iaux" - }, - :revision => "cmake-port" + } } ) run_list( - "role[ucl-wolfson]", + "role[ucl]", "role[nominatim]" )