X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..5f273f1b91609cb4b5d1c1cfbd145b8f0e494202:/roles/zark.rb diff --git a/roles/zark.rb b/roles/zark.rb index 3d187844e..f22a13665 100644 --- a/roles/zark.rb +++ b/roles/zark.rb @@ -11,10 +11,10 @@ default_attributes( :address => "10.0.0.8" }, :external_ipv4 => { - :interface => "eth1", + :interface => "eth1.2800", :role => :external, :family => :inet, - :address => "128.40.168.107" + :address => "193.60.236.23" } } }, @@ -31,6 +31,6 @@ default_attributes( ) run_list( - "role[ucl-internal]", + "role[ucl-slough]", "role[owl]" )