X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dbfe66d5c438af1b566ace0704631f40ae7cc050..487a005b1708189b2b2dddda3f0a7568b82b23db:/roles/clifford.rb diff --git a/roles/clifford.rb b/roles/clifford.rb index 143cc8be1..247125739 100644 --- a/roles/clifford.rb +++ b/roles/clifford.rb @@ -2,25 +2,35 @@ 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 => "eth0", + :interface => "enp2s0f0.2801", :role => :internal, :family => :inet, :address => "10.0.0.17" }, :external_ipv4 => { - :interface => "eth1", + :interface => "enp2s0f0.2800", :role => :external, :family => :inet, - :address => "128.40.168.98" + :address => "193.60.236.11" } } } ) run_list( - "role[ucl-wates]", + "role[ucl]", + "role[hp-dl360-g6]", "role[forum]" )