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',
|
'hostname': '172.19.138.27',
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'iptables',
|
'iptables',
|
||||||
|
'netdata',
|
||||||
'nfs-client',
|
'nfs-client',
|
||||||
'transmission',
|
'transmission',
|
||||||
},
|
},
|
||||||
|
@ -29,6 +30,11 @@ nodes['home.downloadhelper'] = {
|
||||||
'backups': {
|
'backups': {
|
||||||
'exclude_from_backups': True,
|
'exclude_from_backups': True,
|
||||||
},
|
},
|
||||||
|
'netdata': {
|
||||||
|
'restrict-to-interfaces': {
|
||||||
|
'enp1s0.42',
|
||||||
|
},
|
||||||
|
},
|
||||||
'nfs-client': {
|
'nfs-client': {
|
||||||
'mounts': {
|
'mounts': {
|
||||||
'storage': {
|
'storage': {
|
||||||
|
|
Loading…
Add table
Reference in a new issue