Proxy nginx + torrent client

This commit is contained in:
git
2024-02-22 15:07:50 +01:00
parent 77dffb383d
commit b46cd74c72
7 changed files with 120 additions and 32 deletions

View File

@@ -8,6 +8,10 @@
# group: root
# mode: '0644'
- name: Spin up "{{ docker_name }}"
- name: Create a network
community.docker.docker_network:
name: http
- name: Spin up {{ docker_compose_file }}
ansible.builtin.include_tasks:
"{{ docker_compose_file }}"