From 46a63a97eb0ee74bb0155efb1b5c2afe545d9c96 Mon Sep 17 00:00:00 2001 From: timekills Date: Thu, 31 Jan 2019 22:28:48 +0430 Subject: [PATCH] Reverted intport2 and added 6061 Also added _plugins section (lines 32-33) --- apps/picard.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/picard.yml b/apps/picard.yml index d8984be..2c6dfb3 100644 --- a/apps/picard.yml +++ b/apps/picard.yml @@ -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