mikysal78.roundcube
Ansible Roundcube
用于在网页服务器上安装 Roundcube 的简单角色
要求
已安装网页服务器和邮件服务器。
通过 ansible-galaxy 安装角色::
ansible-galaxy install mikysal78.roundcube
角色变量
在 defaults/main.yml 中的任何变量
示例剧本
- hosts: servers
become: "{{ become | default('yes') }}"
roles:
- { role: mikysal78-roundcube, tags: roundcube }
许可证
GPL