]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gateway.rb
Replace OpenVPN with wireguard for VPN tunnels
[chef.git] / roles / gateway.rb
index b9007b86ece3163425243dcf5c324e6b4d810659..80ae347a5c414f585e8ca8f643952d774b62e80e 100644 (file)
@@ -2,6 +2,9 @@ name "gateway"
 description "Role applied to all network gateways"
 
 default_attributes(
+  :networking => {
+    :wireguard => { :enabled => true }
+  },
   :sysctl => {
     :network_forwarding => {
       :comment => "Enable forwarding",