Use vm_torrent_srv
to configure the torrent server
This commit is contained in:
parent
320ad3a51d
commit
0f4e455717
5 changed files with 512 additions and 510 deletions
|
@ -26,10 +26,10 @@ Default: `vm_support: false
|
|||
|
||||
### Torrent Server
|
||||
```
|
||||
torrent_srv: "myseedbox.linuxmuster.net"
|
||||
vm_torrent_srv: "myseedbox.linuxmuster.net"
|
||||
```
|
||||
|
||||
Default: `torrent_srv: "seedbox.{{ domain }}"`
|
||||
Default: `vm_torrent_srv: "seedbox.{{ domain }}"`
|
||||
|
||||
|
||||
## Example
|
||||
|
@ -41,5 +41,5 @@ inventory.yml
|
|||
all:
|
||||
vars:
|
||||
vm_support: true
|
||||
torrent_srv: "myseedbox.linuxmuster.net" # default: seedbox.{{ domain }}
|
||||
vm_torrent_srv: "myseedbox.linuxmuster.net" # default: seedbox.{{ domain }}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue