Seed for VM upload can be configured using the variable vm_uploadseed_pwd

This commit is contained in:
Raphael Dannecker 2025-04-03 09:50:40 +02:00
parent 5438151f3d
commit 7a0174838f
4 changed files with 20 additions and 20 deletions

View file

@ -1,3 +1,4 @@
---
vm_support: false
vm_torrent_srv: "seedbox.{{ domain }}"
vm_torrent_serv: "seedbox.{{ domain }}"
vm_uploadseed_pwd: secret = "token:topsecret"

View file

@ -169,7 +169,7 @@
group: lmnsynci
mode: '0640'
content: |
{{ uploadseed_pwd }}
{{ vm_uploadseed_pwd }}
- name: Prepare directory for aria2 dht.dat
ansible.builtin.file:

View file

@ -1,6 +1,6 @@
# variables for LMN VM submodule
SEEDBOX_HOST="{{ vm_torrent_srv }}"
SEEDBOX_HOST="{{ vm_torrent_serv }}"
SEEDBOX_PORT=6789
SEEDBOX_RPC_PORT=6800
SEEDBOX_PWFILE="/etc/lmn/uploadseed.conf"