Swap out deluge for qbittorrent

Just run on arch instead of docker, too. Much simpler.
This commit is contained in:
Jake Howard
2021-04-16 21:49:00 +01:00
parent 943087b6ad
commit 5d9ee7190d
11 changed files with 117 additions and 52 deletions

View File

@ -0,0 +1,11 @@
- name: restart nginx
service:
name: nginx
state: restarted
become: true
- name: restart qbittorrent
service:
name: qbittorrent-nox@{{ qbittorrent_user.name }}
state: restarted
become: true