]> git.openstreetmap.org Git - chef.git/blobdiff - roles/noquiklos.rb
Switch noquiklos to use an nftables firewall
[chef.git] / roles / noquiklos.rb
index e532e261607de44d2b705027423e750aaa27cd7f..e7078609fda16f38beb6300b6b43ca693c7ffc33 100644 (file)
@@ -2,7 +2,13 @@ name "noquiklos"
 description "Master role applied to noquiklos"
 
 default_attributes(
+  :memcached => {
+    :memory_limit => 24 * 1024
+  },
   :networking => {
+    :firewall => {
+      :engine => "nftables"
+    },
     :interfaces => {
       :internal_ipv4 => {
         :interface => "eth0.2801",
@@ -21,7 +27,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-slough]",
-  "role[hp-dl360-g6]",
-  "role[gps-tile]"
+  "role[ucl]",
+  "role[hp-dl360-g6]"
 )