From fd8bffd2ca3d6be3a075b0d63ad3f32de4c87ef1 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Mon, 29 Jun 2020 14:43:25 +0100 Subject: [PATCH] Update and rename alltube.yml to speedtrack.yml --- apps/{alltube.yml => speedtrack.yml} | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) rename apps/{alltube.yml => speedtrack.yml} (83%) diff --git a/apps/alltube.yml b/apps/speedtrack.yml similarity index 83% rename from apps/alltube.yml rename to apps/speedtrack.yml index 615cef1..db6ea9d 100644 --- a/apps/alltube.yml +++ b/apps/speedtrack.yml @@ -13,25 +13,15 @@ - name: 'Set Known Facts' set_fact: - pgrole: 'alltube' + pgrole: 'speedtrack' intport: '80' - extport: '1234' - image: 'rudloff/alltube' + extport: '8966' + image: 'henrywhitaker3/speedtest-tracker:latest' # CORE (MANDATORY) ############################################################ - name: 'Including cron job' include_tasks: '/opt/communityapps/apps/_core.yml' - # FOR ALLTUBE ################################################################# - - name: Install autoProcess.ini - template: - src: /opt/communityapps/apps/templates/alltube.js2 - dest: /opt/appdata/{{pgrole}}/config.json - force: yes - mode: 0775 - owner: '1000' - group: '1000' - # LABELS ###################################################################### - name: 'Adding Traefik' set_fact: @@ -53,7 +43,7 @@ - name: 'Setting PG Volumes' set_fact: pg_volumes: - - /opt/appdata/{{pgrole}}:/var/www/html/config + - /opt/appdata/{{pgrole}}:/config - name: 'Setting PG ENV' set_fact: