roundcube: First draft of role

This commit is contained in:
Timo Makinen 2023-02-04 18:17:42 +00:00
parent 9a988bf637
commit 42cb1c86c9
7 changed files with 118 additions and 0 deletions

View file

@ -0,0 +1,11 @@
ROUNDCUBEMAIL_DEFAULT_HOST=ssl://{{ mail_server }}
ROUNDCUBEMAIL_DEFAULT_PORT=993
ROUNDCUBEMAIL_SMTP_SERVER=tls://{{ mail_server }}
ROUNDCUBEMAIL_SMTP_PORT=587
#ROUNDCUBEMAIL_DB_TYPE=mysql
#ROUNDCUBEMAIL_DB_HOST=sqldb02.home.foo.sh
#ROUNDCUBEMAIL_DB_PORT=3306
#ROUNDCUBEMAIL_DB_USER=roundcube
#ROUNDCUBEMAIL_DB_PASSWORD="{{ roundcube_mysql_pass }}"
#ROUNDCUBEMAIL_DB_NAME=roundcube