summaryrefslogtreecommitdiffstats
path: root/webmail.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-05-28 13:49:48 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-05-28 13:49:48 +0200
commit05d59141d1115cafb663305d680a930f089b4851 (patch)
tree63cd28251a4bcd060c2447da189f1125a4d47487 /webmail.yml
parent4872fcd0b60b21d6b016a9e2673e5662313815cb (diff)
Roundcube: route IMAP and managesieve traffic through IPSec.
Diffstat (limited to 'webmail.yml')
-rw-r--r--webmail.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/webmail.yml b/webmail.yml
index 0ef0487..cd5100f 100644
--- a/webmail.yml
+++ b/webmail.yml
@@ -2,4 +2,4 @@
- name: Configure the webmail
hosts: webmail
roles:
- - webmail
+ - { role: webmail, imapsvr: "{{ hostvars[groups.IMAP[0]] }}" }