Update traccar-v3.yml

This commit is contained in:
Michael
2020-07-22 15:43:47 +01:00
committed by GitHub
parent 8538c99c3d
commit 2b60572015

View File

@@ -24,8 +24,6 @@
include_tasks: '/opt/communityapps/apps/_core.yml' include_tasks: '/opt/communityapps/apps/_core.yml'
# LABELS ###################################################################### # LABELS ######################################################################
- name: 'Adding Traefik'
set_fact:
- name: 'Setting PG Volumes' - name: 'Setting PG Volumes'
set_fact: set_fact:
@@ -54,7 +52,7 @@
restart_policy: unless-stopped restart_policy: unless-stopped
dns_servers: dns_servers:
- 1.1.1.1 - 1.1.1.1
- 84.200.69.80 - 8.8.8.8
- 45.33.97.5 - 45.33.97.5
- 208.67.222.222 - 208.67.222.222
networks: networks:
@@ -63,7 +61,3 @@
- '{{pgrole}}' - '{{pgrole}}'
state: started state: started
labels: '{{pg_labels}}' labels: '{{pg_labels}}'
- name: 'Stopping {{pgrole}}. Go configure UDP values and XML file.'
docker_container:
name: '{{pgrole}}'
state: stopped