X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b616d843b86c3f6897eea08b3b96bb26eee06488..1e92f4c0253c53ce4550cc06041f950fbbde8d59:/roles/idris.rb diff --git a/roles/idris.rb b/roles/idris.rb index b62479865..276d45ae7 100644 --- a/roles/idris.rb +++ b/roles/idris.rb @@ -12,6 +12,7 @@ default_attributes( :bond => { :mode => "802.3ad", :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[eno1 eno2 eno3 eno4 eno49 eno50] } }, @@ -33,5 +34,12 @@ default_attributes( run_list( "role[equinix-dub]", - "role[hp-g9]" + "role[hp-g9]", + "role[chef-server]", + "role[chef-repository]", + "role[dns]", + "role[git]", + "role[letsencrypt]", + "role[oxidized]", + "recipe[serverinfo]" )