X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5f273f1b91609cb4b5d1c1cfbd145b8f0e494202..bf224da116c5a68ed9317a2433dfffd99b992ac4:/roles/clifford.rb diff --git a/roles/clifford.rb b/roles/clifford.rb index 72a57da61..247125739 100644 --- a/roles/clifford.rb +++ b/roles/clifford.rb @@ -2,16 +2,25 @@ name "clifford" description "Master role applied to clifford" default_attributes( + :exim => { + :rewrites => [ + { + :pattern => "www-data@openstreetmap.org", + :replacement => "forum@noreply.openstreetmap.org", + :flags => "F" + } + ] + }, :networking => { :interfaces => { :internal_ipv4 => { - :interface => "enp2s0f0", + :interface => "enp2s0f0.2801", :role => :internal, :family => :inet, :address => "10.0.0.17" }, :external_ipv4 => { - :interface => "enp2s0f1.2800", + :interface => "enp2s0f0.2800", :role => :external, :family => :inet, :address => "193.60.236.11" @@ -21,7 +30,7 @@ default_attributes( ) run_list( - "role[ucl-slough]", + "role[ucl]", "role[hp-dl360-g6]", "role[forum]" )