mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 21:02:21 +00:00
changed role name and ports
This commit is contained in:
@@ -17,17 +17,17 @@
|
|||||||
|
|
||||||
- name: 'Set Known Facts'
|
- name: 'Set Known Facts'
|
||||||
set_fact:
|
set_fact:
|
||||||
pgrole: 'nzbget'
|
pgrole: 'nzbget-mp4'
|
||||||
intport: '6789'
|
intport: '6790'
|
||||||
extport: '6789'
|
extport: '6790'
|
||||||
image: 'linuxserver/nzbget'
|
image: 'linuxserver/nzbget'
|
||||||
|
|
||||||
# CORE (MANDATORY) ############################################################
|
# CORE (MANDATORY) ############################################################
|
||||||
- name: 'Including cron job'
|
- name: 'Including cron job'
|
||||||
include_tasks: '/opt/coreapps/apps/_core.yml'
|
include_tasks: '/opt/communityapps/apps/_core.yml'
|
||||||
|
|
||||||
- name: 'Including folders'
|
- name: 'Including folders'
|
||||||
include_tasks: '/opt/coreapps/apps/_downloaders.yml'
|
include_tasks: '/opt/communityapps/apps/_downloaders.yml'
|
||||||
|
|
||||||
- name: Create nzb folder
|
- name: Create nzb folder
|
||||||
file: 'path={{item}} state=directory mode=0775 owner=1000 group=1000'
|
file: 'path={{item}} state=directory mode=0775 owner=1000 group=1000'
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
# force: yes
|
# force: yes
|
||||||
|
|
||||||
- name: 'Including plugins'
|
- name: 'Including plugins'
|
||||||
include_tasks: '/opt/coreapps/apps/_plugins.yml'
|
include_tasks: '/opt/communityapps/apps/_plugins.yml'
|
||||||
|
|
||||||
- name: 'Checking for existing app data'
|
- name: 'Checking for existing app data'
|
||||||
stat:
|
stat:
|
||||||
|
|||||||
Reference in New Issue
Block a user