]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
podman: do not require port
[chef.git] / roles / ironbelly.rb
index 6c2f747c1b0ede5e34b11f4fb3d489f389a5f3dd..696ee3f560fc4dbf3a6f2e1d30651434c234e145 100644 (file)
@@ -36,7 +36,7 @@ default_attributes(
           :mode => "802.3ad",
           :lacprate => "fast",
           :xmithashpolicy => "layer3+4",
-          :slaves => %w[eth0 eth1]
+          :slaves => %w[enp2s0f0 enp2s0f1]
         }
       },
       :external => {
@@ -66,6 +66,16 @@ default_attributes(
       }
     }
   },
+  :nginx => {
+    :cache => {
+      :proxy => {
+          :enable => true,
+          :keys_zone => "proxy_cache_zone:256M",
+          :inactive => "180d",
+          :max_size => "51200M"
+      }
+    }
+  },
   :rsyncd => {
     :modules => {
       :logs => {
@@ -101,5 +111,6 @@ run_list(
   "role[gateway]",
   "recipe[rsyncd]",
   "recipe[dhcpd]",
-  "recipe[imagery::tiler]",
+  "recipe[imagery::za_ngi_aerial]",
+  "recipe[imagery::us_imagery]"
 )