]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ladon.rb
Enable netplan for some european tile caches
[chef.git] / roles / ladon.rb
index f70e0af2b7d694937b465cfadd9432c137c5955d..d6441143144887c034ee7da8603d993662172ad6 100644 (file)
@@ -3,6 +3,7 @@ description "Master role applied to ladon"
 
 default_attributes(
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "bond0",
@@ -15,7 +16,7 @@ default_attributes(
           :mode => "802.3ad",
           :miimon => "100",
           :xmithashpolicy => "layer3+4",
-          :slaves => %w(eth0 eth1)
+          :slaves => %w[eth0 eth1]
         }
       },
       :external_ipv6 => {