bundles/vnstat: add flag to generate statistics images, add to home.router
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
2d856a1e9a
commit
7d78ac9db8
6 changed files with 73 additions and 9 deletions
|
@ -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': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue