浏览代码

add new kodi box

Blaine Story 3 年之前
父节点
当前提交
621636649d
共有 1 个文件被更改,包括 6 次插入2 次删除
  1. 6 2
      group_vars/dhcp.yml

+ 6 - 2
group_vars/dhcp.yml

@@ -8,6 +8,9 @@ actual_gateway_ip: 10.0.0.1
 wireguard_server_ip: 10.0.0.8 # static route to webers through this server
 wireguard_server_ip: 10.0.0.8 # static route to webers through this server
 # TODO split out static route in dhcpd.conf.j2 (currently hardcoded)
 # TODO split out static route in dhcpd.conf.j2 (currently hardcoded)
 
 
+
+wg_interface: wg0
+
 dhcp_cidr: 10.0.0.0
 dhcp_cidr: 10.0.0.0
 dhcp_netmask: 255.255.255.0
 dhcp_netmask: 255.255.255.0
 dhcp_range_start: 10.0.0.100
 dhcp_range_start: 10.0.0.100
@@ -18,7 +21,7 @@ allowed_access_cidrs:
   - 10.0.0.0/24
   - 10.0.0.0/24
 
 
 status_services:
 status_services:
-  - openvpn-client@proton
+  - wg-quick@wg0
   - unbound
   - unbound
   - dhcpd
   - dhcpd
 
 
@@ -47,7 +50,8 @@ reservations:
 
 
   - type: secured
   - type: secured
     name: kodilv
     name: kodilv
-    mac: dc:a6:32:b4:ed:be
+    mac: 88:ae:dd:02:57:23
+    #mac: dc:a6:32:b4:ed:be # busted pi
     ip: 10.0.0.6
     ip: 10.0.0.6
 
 
   - type: secured
   - type: secured