Ansible role that deploys, maintains, and updates Roundcube, a webmail client.
Go to file
muppeth 9091b357bc Merge pull request '799 - TLS icon plugin' (#30) from 799_tls_check_plugin into main
Reviewed-on: #30
Reviewed-by: meaz <meaz@no-reply@disroot.org>
2024-03-05 20:16:15 +00:00
Playbooks
defaults fix couple of mistakes / forgotten stuff 2024-03-03 10:21:05 +01:00
files
tasks fix loop error message 2024-01-25 21:50:22 +01:00
templates fix couple of mistakes / forgotten stuff 2024-03-03 10:21:05 +01:00
.gitignore
LICENSE
README.md
Vagrantfile

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