mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
Update and rename alltube.yml to speedtrack.yml
This commit is contained in:
@@ -13,25 +13,15 @@
|
|||||||
|
|
||||||
- name: 'Set Known Facts'
|
- name: 'Set Known Facts'
|
||||||
set_fact:
|
set_fact:
|
||||||
pgrole: 'alltube'
|
pgrole: 'speedtrack'
|
||||||
intport: '80'
|
intport: '80'
|
||||||
extport: '1234'
|
extport: '8966'
|
||||||
image: 'rudloff/alltube'
|
image: 'henrywhitaker3/speedtest-tracker:latest'
|
||||||
|
|
||||||
# CORE (MANDATORY) ############################################################
|
# CORE (MANDATORY) ############################################################
|
||||||
- name: 'Including cron job'
|
- name: 'Including cron job'
|
||||||
include_tasks: '/opt/communityapps/apps/_core.yml'
|
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 ######################################################################
|
# LABELS ######################################################################
|
||||||
- name: 'Adding Traefik'
|
- name: 'Adding Traefik'
|
||||||
set_fact:
|
set_fact:
|
||||||
@@ -53,7 +43,7 @@
|
|||||||
- name: 'Setting PG Volumes'
|
- name: 'Setting PG Volumes'
|
||||||
set_fact:
|
set_fact:
|
||||||
pg_volumes:
|
pg_volumes:
|
||||||
- /opt/appdata/{{pgrole}}:/var/www/html/config
|
- /opt/appdata/{{pgrole}}:/config
|
||||||
|
|
||||||
- name: 'Setting PG ENV'
|
- name: 'Setting PG ENV'
|
||||||
set_fact:
|
set_fact:
|
||||||
Reference in New Issue
Block a user