feat(deluge): added role to install deluge and deluge web

This commit is contained in:
NaeiKinDus 2025-03-24 00:00:00 +00:00
parent bef258cfec
commit 1c625d2d84
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
19 changed files with 553 additions and 1 deletions

View file

@ -0,0 +1,19 @@
---
deluge_git_branch: "develop"
deluge_git_dir: "/srv/git/deluge.git"
deluge_install_dir: "/opt/deluge"
deluge_git_version: "HEAD"
deluge_user: "deluge"
deluge_group: "deluge"
deluge_download_dir: "/opt/deluge/Downloads"
deluge_completed_dir: "/opt/deluge/Completed"
deluge_plugins_dir: "/opt/deluge/.config/deluge/plugins"
deluge_torrentfiles_dir: "/opt/deluge/Torrents"
deluge_web_port: 8112
deluge_web_password: deluge
deluge_web_password_salt:
deluge_daemon_control_port: 58846
deluge_daemon_incoming_port: 6881
deluge_daemon_outgoing_port_lo: 6889
deluge_daemon_outgoing_port_hi: 6899
deluge_web_expose_client: false