bundles/vnstat: add flag to generate statistics images, add to home.router
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-16 17:07:05 +01:00
parent 2d856a1e9a
commit 7d78ac9db8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 73 additions and 9 deletions

View file

@ -5,6 +5,7 @@ nodes['home.router'] = {
'bundles': {
'iptables',
'netdata',
'nginx',
'pppd',
'radvd',
'dhcpd',
@ -59,6 +60,12 @@ nodes['home.router'] = {
'enp1s0.42',
},
},
'nginx': {
'use_ssl_for_all_connections': False,
'restrict-to-interfaces': {
'enp1s0.42',
},
},
'radvd': {
'integrate-with-pppd': True,
'interfaces': {
@ -107,6 +114,7 @@ nodes['home.router'] = {
},
},
'vnstat': {
'generate-web-dashboard': True,
'interface': 'enp1s0.100',
},
'vm': {