Added qbitmanage and fixed cross-seed thing

This commit is contained in:
Mike Wilson
2023-02-21 17:31:13 -05:00
parent 7d4e2075a1
commit 0ae1c4c56b
5 changed files with 158 additions and 9 deletions

View File

@@ -24,7 +24,15 @@
validate: docker-compose -f %s config
become: true
- name: Start docker container
- name: Install qbitmanage config file
copy:
src: qbitmanage/config.yml
dest: "{{ data_dir }}/qbitmanage/config.yml"
owner: "{{ service_user.uid }}"
mode: "{{ docker_compose_file_mask }}"
become: true
- name: Start docker containers
community.docker.docker_compose:
project_src: "{{ install_directory }}/{{ role_name }}"
pull: true