浏览代码

update alphagate

Blaine Story 3 天之前
父节点
当前提交
f4c17ab0d9
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      plays/nodes/alphagate.yml

+ 3 - 3
plays/nodes/alphagate.yml

@@ -7,7 +7,7 @@
 
 
   vars:
   vars:
     router_ingress_interface: enp3s0
     router_ingress_interface: enp3s0
-    router_egress_interface: proton
+    router_egress_interface: nordlynx
 
 
     dns_primary: 1.1.1.1
     dns_primary: 1.1.1.1
     dns_secondary: 1.0.0.1
     dns_secondary: 1.0.0.1
@@ -22,8 +22,8 @@
     dhcp_interface: "{{ router_ingress_interface }}"
     dhcp_interface: "{{ router_ingress_interface }}"
 
 
     status_services:
     status_services:
-      - openvpn@nord
       - isc-dhcp-server
       - isc-dhcp-server
+      - nordvpnd
       - unbound
       - unbound
 
 
     reservations:
     reservations:
@@ -258,6 +258,6 @@
 
 
   roles:
   roles:
     - role: router
     - role: router
-    - role: openvpn
+    #- role: openvpn
     - role: name-resolution
     - role: name-resolution
     - role: statusservices
     - role: statusservices