nodes/home.downloadhelper: install netdata
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
8fc0017378
commit
5d1fc22813
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,7 @@ nodes['home.downloadhelper'] = {
|
|||
'hostname': '172.19.138.27',
|
||||
'bundles': {
|
||||
'iptables',
|
||||
'netdata',
|
||||
'nfs-client',
|
||||
'transmission',
|
||||
},
|
||||
|
@ -29,6 +30,11 @@ nodes['home.downloadhelper'] = {
|
|||
'backups': {
|
||||
'exclude_from_backups': True,
|
||||
},
|
||||
'netdata': {
|
||||
'restrict-to-interfaces': {
|
||||
'enp1s0.42',
|
||||
},
|
||||
},
|
||||
'nfs-client': {
|
||||
'mounts': {
|
||||
'storage': {
|
||||
|
|
Loading…
Reference in a new issue