bundles/netdata: introduce, add to home.nas and 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
ff607777ce
commit
1339564dc4
5 changed files with 66 additions and 0 deletions
|
@ -2,6 +2,7 @@ nodes['home.nas'] = {
|
|||
'hostname': '172.19.138.20',
|
||||
'bundles': {
|
||||
'backup-server',
|
||||
'netdata',
|
||||
'nfs-server',
|
||||
'vmhost',
|
||||
'zfs',
|
||||
|
|
|
@ -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': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue