Ver Fonte

switch gateway to use wireguard

Blaine Story há 3 anos atrás
pai
commit
d0db823baf
1 ficheiros alterados com 2 adições e 2 exclusões
  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