Merge branch 'v8.4' into v8.5

This commit is contained in:
Robert Baker
2019-02-23 13:00:07 -07:00
3 changed files with 3 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'

View File

@@ -48,6 +48,7 @@
pg_env: pg_env:
UID: '1000' UID: '1000'
GID: '1000' GID: '1000'
DOMAIN: {{pgrole}}.{{domain.stdout}}
# MAIN DEPLOYMENT ############################################################# # MAIN DEPLOYMENT #############################################################
- name: 'Deploying {{pgrole}}' - name: 'Deploying {{pgrole}}'