소스 검색

switch gateway to use wireguard

Blaine Story 3 년 전
부모
커밋
d0db823baf
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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