X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5a4919337b3d34a106cbc4b1ce6bf5c84a1dae44..0fb1998d0fa1a3867b036e08ef2f637ea14e33ce:/roles/longma.rb diff --git a/roles/longma.rb b/roles/longma.rb index d0c79ee50..2b362d8eb 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -13,7 +13,7 @@ default_attributes( :mode => "802.3ad", :lacprate => "fast", :xmithashpolicy => "layer3+4", - :slaves => %w[] + :slaves => %w[enp68s0f0 enp68s0f1 enp68s0f2 enp68s0f3] } }, :external_ipv4 => { @@ -33,5 +33,6 @@ default_attributes( ) run_list( - "role[equinix-dub]" + "role[equinix-dub]", + "role[nominatim]" )