Ansible role that deploys, maintains, and updates Roundcube, a webmail client.
Find a file
2021-10-28 08:54:56 +02:00
defaults remove disroot mention! 2021-10-24 15:15:16 +02:00
files init 2021-10-24 15:02:07 +02:00
Playbooks init 2021-10-24 15:02:07 +02:00
tasks fix errors with composer 2021-10-28 08:54:56 +02:00
templates init 2021-10-24 15:02:07 +02:00
.gitignore init 2021-10-24 15:02:07 +02:00
LICENSE add licence 2021-10-24 15:03:45 +02:00
README.md add extra line 2021-10-24 15:23:31 +02:00
Vagrantfile change vagrant to debian 10 2021-10-24 15:04:04 +02:00

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