mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-04-04 06:13:08 +01:00
Changed frontend to handbrake;
Also removed some extraneous debug lines
This commit is contained in:
@@ -28,9 +28,6 @@
|
|||||||
path: '{{path.stdout}}/{{pgrole}}'
|
path: '{{path.stdout}}/{{pgrole}}'
|
||||||
register: oldcheck
|
register: oldcheck
|
||||||
|
|
||||||
- name: 'Get home variable'
|
|
||||||
debug: homestorage=ansible_env.HOME
|
|
||||||
|
|
||||||
# LABELS ######################################################################
|
# LABELS ######################################################################
|
||||||
- name: 'Adding Traefik'
|
- name: 'Adding Traefik'
|
||||||
set_fact:
|
set_fact:
|
||||||
@@ -38,7 +35,7 @@
|
|||||||
traefik.enable: 'true'
|
traefik.enable: 'true'
|
||||||
traefik.port: '{{intport}}'
|
traefik.port: '{{intport}}'
|
||||||
traefik.frontend.auth.basic: "plex:$apr1$tosnCNtX$XKXnDaIiW7f0y1nwmd.KL0"
|
traefik.frontend.auth.basic: "plex:$apr1$tosnCNtX$XKXnDaIiW7f0y1nwmd.KL0"
|
||||||
traefik.frontend.rule: 'Host:{{pgrole}}.{{domain.stdout}},{{tldset}}'
|
traefik.frontend.rule: 'Host:handbrake.{{domain.stdout}},{{tldset}}'
|
||||||
|
|
||||||
- name: 'Setting PG Volumes'
|
- name: 'Setting PG Volumes'
|
||||||
set_fact:
|
set_fact:
|
||||||
Reference in New Issue
Block a user