mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-27 13:23:10 +00:00
fix
This commit is contained in:
@@ -14,12 +14,8 @@
|
|||||||
- name: 'Set Known Facts'
|
- name: 'Set Known Facts'
|
||||||
set_fact:
|
set_fact:
|
||||||
pgrole: 'qbittorrent'
|
pgrole: 'qbittorrent'
|
||||||
intport: '8998'
|
intport: '8080'
|
||||||
extport: '8998'
|
extport: '8080'
|
||||||
intport1: '8118'
|
|
||||||
extport1: '8118'
|
|
||||||
intport2: '6881'
|
|
||||||
extport2: '6881'
|
|
||||||
dnsserver1: '1.1.1.1'
|
dnsserver1: '1.1.1.1'
|
||||||
dnsserver2: '84.200.69.80'
|
dnsserver2: '84.200.69.80'
|
||||||
dnsserver3: '37.235.1.174'
|
dnsserver3: '37.235.1.174'
|
||||||
@@ -95,8 +91,6 @@
|
|||||||
pull: yes
|
pull: yes
|
||||||
published_ports:
|
published_ports:
|
||||||
- '{{ports.stdout}}{{extport}}:{{intport}}'
|
- '{{ports.stdout}}{{extport}}:{{intport}}'
|
||||||
- '{{ports.stdout}}{{extport1}}:{{intport1}}'
|
|
||||||
- '{{ports.stdout}}{{extport2}}:{{intport2}}'
|
|
||||||
volumes: '{{pg_volumes}}'
|
volumes: '{{pg_volumes}}'
|
||||||
env: '{{pg_env}}'
|
env: '{{pg_env}}'
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user