From 4d0223ea8b5e15a5ff0e3060dcb9dbbff83e4040 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 25 Jun 2020 15:22:07 +0100 Subject: [PATCH] Update and rename mail1.yml to mailapache.yml --- apps/{mail1.yml => mailapache.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename apps/{mail1.yml => mailapache.yml} (96%) diff --git a/apps/mail1.yml b/apps/mailapache.yml similarity index 96% rename from apps/mail1.yml rename to apps/mailapache.yml index 6f9c750..4bfed4c 100644 --- a/apps/mail1.yml +++ b/apps/mailapache.yml @@ -12,10 +12,10 @@ # FACTS ####################################################################### - name: 'Set Known Facts' set_fact: - pgrole: 'webmail' + pgrole: 'login' intport: '80' extport: '8111' - image: 'roundcube/roundcubemail:latest-fpm-alpine' + image: 'roundcube/roundcubemail:1.4.6-apache' # CORE (MANDATORY) ############################################################ - name: 'Including cron job'