changed role name and ports

This commit is contained in:
DaRealestUK
2019-03-13 16:49:14 +00:00
committed by GitHub
parent 068c47edd1
commit 53b8e77fb7

View File

@@ -17,17 +17,17 @@
- name: 'Set Known Facts'
set_fact:
pgrole: 'nzbget'
intport: '6789'
extport: '6789'
pgrole: 'nzbget-mp4'
intport: '6790'
extport: '6790'
image: 'linuxserver/nzbget'
# CORE (MANDATORY) ############################################################
- name: 'Including cron job'
include_tasks: '/opt/coreapps/apps/_core.yml'
include_tasks: '/opt/communityapps/apps/_core.yml'
- name: 'Including folders'
include_tasks: '/opt/coreapps/apps/_downloaders.yml'
include_tasks: '/opt/communityapps/apps/_downloaders.yml'
- name: Create nzb folder
file: 'path={{item}} state=directory mode=0775 owner=1000 group=1000'
@@ -36,7 +36,7 @@
# force: yes
- name: 'Including plugins'
include_tasks: '/opt/coreapps/apps/_plugins.yml'
include_tasks: '/opt/communityapps/apps/_plugins.yml'
- name: 'Checking for existing app data'
stat: