mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
changed role name and ports
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user