]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
imagery: only allow titiler access from localhost
[chef.git] / roles / ironbelly.rb
index 2730a8fb3cdb0996ef122f4c287c5c7f4a37b9fd..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 => {
@@ -108,7 +108,9 @@ default_attributes(
 
 run_list(
   "role[equinix-ams]",
+  "role[gateway]",
   "recipe[rsyncd]",
   "recipe[dhcpd]",
-  "recipe[imagery::za_ngi_aerial]"
+  "recipe[imagery::za_ngi_aerial]",
+  "recipe[imagery::us_imagery]"
 )