bundles/transmission: add bundle, add to home.downloadhelper
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
dca13263e2
commit
33b85ff0de
3 changed files with 110 additions and 0 deletions
|
@ -3,6 +3,7 @@ nodes['home.downloadhelper'] = {
|
|||
'bundles': {
|
||||
'iptables',
|
||||
'nfs-client',
|
||||
'transmission',
|
||||
},
|
||||
'groups': {
|
||||
'debian-buster',
|
||||
|
@ -40,5 +41,14 @@ nodes['home.downloadhelper'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'transmission': {
|
||||
'config': {
|
||||
'download-dir': '/mnt/nas',
|
||||
'download-queue-size': 10,
|
||||
},
|
||||
'webinterface-on-interfaces': {
|
||||
'enp1s0.42',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue