bundles/netdata: introduce, add to home.nas and home.router
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-14 14:05:28 +01:00
parent ff607777ce
commit 1339564dc4
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 66 additions and 0 deletions

View file

@ -2,6 +2,7 @@ nodes['home.nas'] = {
'hostname': '172.19.138.20',
'bundles': {
'backup-server',
'netdata',
'nfs-server',
'vmhost',
'zfs',

View file

@ -4,6 +4,7 @@ nodes['home.router'] = {
'hostname': '172.19.138.1',
'bundles': {
'iptables',
'netdata',
'pppd',
'radvd',
'dhcpd',
@ -52,6 +53,11 @@ nodes['home.router'] = {
'nameservers': atomic({
'9.9.9.10',
}),
'netdata': {
'restrict-to-interfaces': {
'enp1s0.42',
},
},
'radvd': {
'integrate-with-pppd': True,
'interfaces': {