Set up port forwarding with gluetun and qBittorrent

This commit is contained in:
Mike Wilson
2023-02-16 16:57:29 -05:00
parent f9db83aa6a
commit b4422d381d
6 changed files with 21 additions and 14 deletions

View File

@@ -19,6 +19,14 @@
validate: docker-compose -f %s config
become: true
- name: Create config directory
file:
path: "{{ data_dir }}/traefik"
state: directory
owner: "{{ docker_user }}"
mode: "{{ docker_compose_directory_mask }}"
become: true
- name: Install config
template:
src: traefik.yml