Install and configure Roundcube.
This includes configuration of the Roundcube Getmail and Enigma Plugin.
You can choose a custom skin larry-custom
that has additional links to accout settings.
You need to install a web and database server before using this role.
Also, you need to configure the webserver to to deliver vhost {{ roundcube_domain }}
.
see defaults/main.yml
For the first run, please set roundcube_enable_installer: true
.
Afterwards, you can run the installer at {{ roundcube_domain }}/installer
.
Download latest release with ansible-galaxy
$ ansible-galaxy install systemli.roundcube
- hosts: servers
roles:
- { role: systemli.roundcube }
GPL