From aec1d585ed0ddb92907570fc14cbff5e98059770 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 25 Jun 2020 15:09:59 +0100 Subject: [PATCH] Update and rename monitorr.yml to roundc.yml --- apps/{monitorr.yml => roundc.yml} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename apps/{monitorr.yml => roundc.yml} (94%) diff --git a/apps/monitorr.yml b/apps/roundc.yml similarity index 94% rename from apps/monitorr.yml rename to apps/roundc.yml index 598997c..b96bbe4 100644 --- a/apps/monitorr.yml +++ b/apps/roundc.yml @@ -12,10 +12,10 @@ # FACTS ####################################################################### - name: 'Set Known Facts' set_fact: - pgrole: 'monitorr' + pgrole: 'webmail' intport: '80' - extport: '8099' - image: 'monitorr/monitorr' + extport: '8111' + image: 'roundcube/roundcubemail' # CORE (MANDATORY) ############################################################ - name: 'Including cron job' @@ -42,7 +42,7 @@ - name: 'Setting PG Volumes' set_fact: pg_volumes: - - '/opt/appdata/{{pgrole}}:/app' + - '/opt/appdata/{{pgrole}}:/var/roundcube/config/' - '/etc/localtime:/etc/localtime:ro' - name: 'Setting PG ENV'