X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b3538164e1ccbc85adc78d47cdcd9ba4e456aacf..802c8345a5d7084d60e6ba1cc3ab1e6d3ca9e8ea:/roles/tabaluga.rb?ds=sidebyside diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 60b585475..3667d73df 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -18,7 +18,7 @@ default_attributes( } }, :external => { - :interface => "bond0.2", + :interface => "bond0.3", :role => :external, :inet => { :address => "184.104.179.142" @@ -33,5 +33,7 @@ default_attributes( run_list( "role[equinix-ams]", - "role[hp-g9]" + "role[hp-g9]", + "role[blog-staging]", + "role[taginfo]" )