systemli.roundcube
ansible-role-roundcube
安装和配置 Roundcube。
这包括配置 Roundcube 的 Getmail 和 Enigma 插件。
你可以选择自定义皮肤 larry-custom
,它包含额外的帐户设置链接。
依赖
在使用此角色之前,你需要安装一个 web 服务器和数据库服务器。
此外,你还需要配置 web 服务器以提供虚拟主机 {{ roundcube_domain }}
。
角色变量
请查看 defaults/main.yml
首次运行时,请设置 roundcube_enable_installer: true
。
之后,你可以在 {{ roundcube_domain }}/installer
运行安装程序。
下载
使用 ansible-galaxy
下载最新版本
$ ansible-galaxy install systemli.roundcube
示例剧本
- hosts: servers
roles:
- { role: systemli.roundcube }
许可证
GPL