X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/cefb1fe9134e29ef41a021dc824d291407c94cb6..0578a5d0e3acb3ea8d107083d07f07d23b48f62b:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index 804aace16..0e4a66522 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -18,17 +18,19 @@ default_attributes( }, :networking => { :interfaces => { - :external_ipv4 => { + :external => { :interface => "eth0.2800", :role => :external, - :family => :inet, - :address => "193.60.236.19" + :inet => { + :address => "193.60.236.19" + } }, - :internal_ipv4 => { + :internal => { :interface => "eth0.2801", :role => :internal, - :family => :inet, - :address => "10.0.0.3" + :inet => { + :address => "10.0.0.3" + } } } } @@ -41,10 +43,5 @@ run_list( "role[foundation]", "role[stateofthemap]", "role[blog]", - "role[otrs]", - "role[donate]", - "recipe[hot]", - "recipe[dmca]", - "recipe[dhcpd]", - "recipe[ideditor]" + "recipe[dhcpd]" )