systemli.roundcube
ansible-role-roundcube
This project helps you install and set up Roundcube. It also configures the Roundcube Getmail and Enigma plugins. You can pick a custom look called larry-custom
, which includes extra links for account settings.
What You Need
Before you start, you must have a web server and a database server installed. You'll also need to configure the web server to serve the domain {{ roundcube_domain }}
.
Role Settings
Check the file defaults/main.yml
for settings.
For your initial setup, make sure to set roundcube_enable_installer: true
. After that, you can run the installer at {{ roundcube_domain }}/installer
.
How to Download
You can get the latest version using ansible-galaxy
:
$ ansible-galaxy install systemli.roundcube
Example Playbook
Here's how to use it in a playbook:
- hosts: servers
roles:
- { role: systemli.roundcube }
License
This project is licensed under GPL.
Author Information
You can find more information at systemli.org.