aria2: Deploy aria2 download manager
The *aria2* role installs the *aria2* download manager and sets it up to run as a system service with RPC enabled. It also sets up the web UI, though that must be installed manually from an archive, for now.
This commit is contained in:
4
roles/aria2/defaults/main.yml
Normal file
4
roles/aria2/defaults/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
aria2_download_dir: /var/lib/aria2/downloads
|
||||
aria2_listen_ports: 16881-16999
|
||||
aria2_dht_listen_ports: 6881-6999
|
||||
aria2_webui_host: '{{ ansible_fqdn }}'
|
||||
Reference in New Issue
Block a user