X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/67c2aceb91955ff583c41807759d203a4478e4b1..29b8151b8011f934785f3434e3826eee78e61943:/roles/noquiklos.rb diff --git a/roles/noquiklos.rb b/roles/noquiklos.rb index f42afa81b..e7078609f 100644 --- a/roles/noquiklos.rb +++ b/roles/noquiklos.rb @@ -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", @@ -22,6 +28,5 @@ default_attributes( run_list( "role[ucl]", - "role[hp-dl360-g6]", - "role[gps-tile]" + "role[hp-dl360-g6]" )