mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
Update and rename monitorr.yml to roundc.yml
This commit is contained in:
@@ -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'
|
||||||
Reference in New Issue
Block a user