Ansible role that deploys, maintains, and updates Roundcube, a webmail client.
Find a file
2024-09-03 21:03:18 +02:00
defaults bump to version 1.6.9 2024-09-01 12:00:59 +02:00
files
Playbooks
tasks remove unused tasks 2024-08-10 11:41:29 +02:00
templates update some wordings in confit to match upstream 2024-05-24 17:00:10 +02:00
.gitignore
LICENSE
README.md add tags for theme 2024-07-17 08:18:08 +02:00
Vagrantfile

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.

Tags

You can use several tags when you deploy:

  • carddav to just deploy carddav.
  • patch to just deploy patch.
  • plugins to just deploy plugins.
  • theme to just deploy theme.

CHANGELOG

  • 17.07.2024 - Update info about tags and add theme tags
  • 24.10.2021 - Get it public