This commit is contained in:
Robert Baker
2019-02-23 12:58:55 -07:00
parent c3b7f4fc14
commit f3754612f6
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
pg_labels: pg_labels:
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.users: "plex:$apr1$tosnCNtX$XKXnDaIiW7f0y1nwmd.KL0"
traefik.frontend.rule: 'Host:handbrake.{{domain.stdout}},{{tldset}}' traefik.frontend.rule: 'Host:handbrake.{{domain.stdout}},{{tldset}}'
- name: 'Setting PG Volumes' - name: 'Setting PG Volumes'

View File

@@ -34,7 +34,7 @@
set_fact: set_fact:
pg_volumes: pg_volumes:
- '/etc/localtime:/etc/localtime:ro' - '/etc/localtime:/etc/localtime:ro'
- '/opt/appdata/pgrole:/config' - '/opt/appdata/{{pgrole}}:/config'
- '{{path.stdout}}:{{path.stdout}}' - '{{path.stdout}}:{{path.stdout}}'
- '/mnt:/mnt' - '/mnt:/mnt'