Merge pull request #53 from n1ghtshade/v8.6

Fix teamspeak3 syntax error and Auto accept license
This commit is contained in:
MrDoobPG
2019-05-12 18:36:28 +02:00
committed by GitHub

View File

@@ -34,6 +34,16 @@
- '/opt/appdata/{{pgrole}}/logs'
# LABELS ######################################################################
- name: 'Adding Traefik'
set_fact:
pg_labels:
traefik.enable: 'false'
traefik.port: '{{intport}}'
traefik.frontend.auth.forward.address: '{{gauth}}'
traefik.frontend.rule: 'Host:{{pgrole}}.{{domain.stdout}},{{tldset}}'
# VOLUMES #########
- name: 'Setting PG Volumes'
set_fact:
pg_volumes:
@@ -59,6 +69,7 @@
- '{{ports.stdout}}{{extport3}}:{{intport3}}'
volumes: '{{pg_volumes}}'
env: '{{pg_env}}'
command: license_accepted=1
restart_policy: unless-stopped
networks:
- name: plexguide