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:
2018-08-19 14:16:41 -05:00
parent 895974f346
commit 88dd80e6fd
10 changed files with 197 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
- name: reload systemd
command: systemctl daemon-reload
- name: restart aria2
service:
name=aria2
state=restarted
- name: reload httpd
service:
name=httpd
state=reloaded
- name: save firewalld configuration
command: firewalld --runtime-to-permanent