ansible-role-mailserver/tasks/roundcubemail.yml

17 lines
420 B
YAML
Raw Normal View History

2020-07-24 17:07:52 +02:00
- 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