diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-05-17 20:35:37 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-05-17 22:07:45 +0200 |
commit | 7a562e807515506d7dca2f370f63057be7366c34 (patch) | |
tree | 129a3fb021685ce04f9916c3163eb13ae3f30570 /roles/webmail/tasks | |
parent | c459a95cd4013e489ef4f9d47c05d1c98798522c (diff) |
roundube: Pin X.509 certificate for sieve.fripost.org:4190.
Diffstat (limited to 'roles/webmail/tasks')
-rw-r--r-- | roles/webmail/tasks/roundcube.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/roles/webmail/tasks/roundcube.yml b/roles/webmail/tasks/roundcube.yml index eb04ba1..e416656 100644 --- a/roles/webmail/tasks/roundcube.yml +++ b/roles/webmail/tasks/roundcube.yml @@ -27,7 +27,6 @@ - roundcube-plugins - php-net-sieve - php-net-ldap3 - - php-mail-mimedecode - name: Copy fripost's logo copy: src=usr/share/roundcube/skins/{{ item }}/images/fripost_logo.png @@ -97,9 +96,16 @@ with_items: - additional_message_headers - jqueryui - - managesieve - password +- name: Configure Roundcube plugins (2) + template: src=etc/roundcube/plugins/{{ item }}/config.inc.php.j2 + dest=/etc/roundcube/plugins/{{ item }}/config.inc.php + owner=root group=root + mode=0644 + with_items: + - managesieve + - name: Start php5-fpm service: name=php5-fpm state=started |