Update and rename monitorr.yml to roundc.yml

This commit is contained in:
Michael
2020-06-25 15:09:59 +01:00
committed by GitHub
parent 5e0a5c9de3
commit aec1d585ed

View File

@@ -12,10 +12,10 @@
# FACTS ####################################################################### # FACTS #######################################################################
- name: 'Set Known Facts' - name: 'Set Known Facts'
set_fact: set_fact:
pgrole: 'monitorr' pgrole: 'webmail'
intport: '80' intport: '80'
extport: '8099' extport: '8111'
image: 'monitorr/monitorr' image: 'roundcube/roundcubemail'
# CORE (MANDATORY) ############################################################ # CORE (MANDATORY) ############################################################
- name: 'Including cron job' - name: 'Including cron job'
@@ -42,7 +42,7 @@
- name: 'Setting PG Volumes' - name: 'Setting PG Volumes'
set_fact: set_fact:
pg_volumes: pg_volumes:
- '/opt/appdata/{{pgrole}}:/app' - '/opt/appdata/{{pgrole}}:/var/roundcube/config/'
- '/etc/localtime:/etc/localtime:ro' - '/etc/localtime:/etc/localtime:ro'
- name: 'Setting PG ENV' - name: 'Setting PG ENV'