]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gateway.rb
Add he.net addresses to remaining Amsterdam machines
[chef.git] / roles / gateway.rb
index 80ae347a5c414f585e8ca8f643952d774b62e80e..a78f04bcf849bd056ecf9a4ae09a863161133c4a 100644 (file)
@@ -2,9 +2,6 @@ name "gateway"
 description "Role applied to all network gateways"
 
 default_attributes(
-  :networking => {
-    :wireguard => { :enabled => true }
-  },
   :sysctl => {
     :network_forwarding => {
       :comment => "Enable forwarding",
@@ -17,5 +14,6 @@ default_attributes(
 )
 
 run_list(
-  "recipe[bind]"
+  "recipe[bind]",
+  "recipe[prometheus::smokeping]"
 )