ansible-role-mailserver/tasks/roundcubemail.yml

17 lines
420 B
YAML

- name: roundcubemail - install
package:
name: roundcubemail
state: latest
- name: roundcubemail - nginx local
notify: reload nginx
when: mailserver_roundcubemail_domain == ""
template:
src: roundcubemail-local.nginx
dest: /etc/nginx/local.d/roundcubemail.act
- name: roundcubemail - config
template:
src: roundcubemail-conf.php
dest: /etc/webapps/roundcubemail/config/config.inc.php