Ansible role that deploys, maintains, and updates Roundcube, a webmail client.
Go to file
meaz 1c4c54a914
fix issue with path
2023-07-11 10:39:24 +02:00
Playbooks
defaults upgrade to 1.6.2 and fix nginx root path 2023-07-11 10:25:26 +02:00
files 1.5.2 release ready (#4) 2022-06-21 19:13:44 +00:00
tasks fix issue with path 2023-07-11 10:39:24 +02:00
templates added section for custom settings; added max_message_size setting 2023-03-08 20:39:20 +01:00
.gitignore
LICENSE
README.md add extra line 2021-10-24 15:23:31 +02:00
Vagrantfile add acl in vagrant file 2023-01-08 20:16:40 +01:00

README.md

Roundcube - Ansible Role

This role covers deployment, configuration and software updates of Roundcube. This role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.

You can deploy test instance using Vagrantfile attached to the role.

vagrant up

ansible-playbook -b Playbooks/roundcube.yml

Then you can access Roundcube from your computer on http://192.168.33.4

Playbook

The playbook includes nginx, php-fpm and mariadb roles and deploys entire stack needed to run Roundcube. Additional roles are also available in the Ansible roles repos in git.

CHANGELOG

  • 24.10.2021 - Get it public