summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-router.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-15 01:48:04 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-15 01:48:04 +0200
commitacab8958c6e99c52730d8477893e967709aba2c4 (patch)
treeca86b2318ec374b8e78fc34056718ff14f72a1bb /inventory/host_vars/ch-router.yml
parentprepare accesspoints and some other stuff for openwrt 22.03 (diff)
ch-router: upgrade to openwrt 22.03 and enable ntp-server for mgmt vlan
Diffstat (limited to 'inventory/host_vars/ch-router.yml')
-rw-r--r--inventory/host_vars/ch-router.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/inventory/host_vars/ch-router.yml b/inventory/host_vars/ch-router.yml
index 197179d2..952d07bd 100644
--- a/inventory/host_vars/ch-router.yml
+++ b/inventory/host_vars/ch-router.yml
@@ -27,6 +27,7 @@ openwrt_packages_remove:
- ppp-mod-pppoe
- dnsmasq
- firewall
+ - firewall4
- odhcpd
- odhcpd-ipv6only
openwrt_packages_add:
@@ -221,7 +222,8 @@ openwrt_uci:
- name: timeserver 'ntp'
options:
enabled: '1'
- enable_server: '0'
+ enable_server: '1'
+ interface: 'mgmt'
server:
- '0.at.pool.ntp.org'
- '1.at.pool.ntp.org'
@@ -244,9 +246,13 @@ openwrt_uci:
- name: prometheus-node-exporter-lua 'main'
options:
listen_interface: 'mgmt'
- listen_ipv6: '0'
listen_port: '9100'
+ uhttpd:
+ - name: uhttpd main
+ options:
+ enabled: '0'
+
openvpn:
- name: openvpn 'extern'
options: