Reverted intport2 and added 6061

Also added _plugins section (lines 32-33)
This commit is contained in:
timekills
2019-01-31 22:28:48 +04:30
committed by GitHub
parent d637bf015c
commit 46a63a97eb

View File

@@ -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