mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-18 05:10:53 +00:00
Reverted intport2 and added 6061
Also added _plugins section (lines 32-33)
This commit is contained in:
@@ -15,8 +15,10 @@
|
|||||||
- name: 'Set Known Facts'
|
- name: 'Set Known Facts'
|
||||||
set_fact:
|
set_fact:
|
||||||
pgrole: 'picard'
|
pgrole: 'picard'
|
||||||
intport: '3031'
|
intport: '6060'
|
||||||
extport: '3031'
|
extport: '6060'
|
||||||
|
intport2: '13034'
|
||||||
|
extport2: '3031'
|
||||||
expose: '3031 '
|
expose: '3031 '
|
||||||
image: 'metabrainz/picard-website'
|
image: 'metabrainz/picard-website'
|
||||||
|
|
||||||
@@ -27,6 +29,9 @@
|
|||||||
- name: 'Including folders'
|
- name: 'Including folders'
|
||||||
include_tasks: '/opt/plexguide/containers/_downloaders.yml'
|
include_tasks: '/opt/plexguide/containers/_downloaders.yml'
|
||||||
|
|
||||||
|
- name: 'Including plugins'
|
||||||
|
include_tasks: '/opt/plexguide/containers/_plugins.yml'
|
||||||
|
|
||||||
- name: 'Checking for existing app data'
|
- name: 'Checking for existing app data'
|
||||||
stat:
|
stat:
|
||||||
path: /opt/appdata/{{pgrole}}/core.conf
|
path: /opt/appdata/{{pgrole}}/core.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user