Explorar el Código

switch gateway to use wireguard

Blaine Story hace 3 años
padre
commit
d0db823baf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      plays/nodes/gateway.yml

+ 2 - 2
plays/nodes/gateway.yml

@@ -1,5 +1,5 @@
 ---
-- hosts: gateway
+- hosts: 10.0.0.2
   gather_facts: true
   become: true
   vars_files:
@@ -7,7 +7,7 @@
   roles:
     - role: name-resolution
       tags: dhcp
-    - role: vpn-gateway
+    - role: wg-gateway
       tags: vpn
     - role: statusservices
       tags: statusservices