mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +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'
|
||||
set_fact:
|
||||
pgrole: 'picard'
|
||||
intport: '3031'
|
||||
extport: '3031'
|
||||
intport: '6060'
|
||||
extport: '6060'
|
||||
intport2: '13034'
|
||||
extport2: '3031'
|
||||
expose: '3031 '
|
||||
image: 'metabrainz/picard-website'
|
||||
|
||||
@@ -27,6 +29,9 @@
|
||||
- name: 'Including folders'
|
||||
include_tasks: '/opt/plexguide/containers/_downloaders.yml'
|
||||
|
||||
- name: 'Including plugins'
|
||||
include_tasks: '/opt/plexguide/containers/_plugins.yml'
|
||||
|
||||
- name: 'Checking for existing app data'
|
||||
stat:
|
||||
path: /opt/appdata/{{pgrole}}/core.conf
|
||||
|
||||
Reference in New Issue
Block a user