summaryrefslogtreecommitdiffstats
path: root/IMAP.yml
diff options
context:
space:
mode:
Diffstat (limited to 'IMAP.yml')
-rw-r--r--IMAP.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/IMAP.yml b/IMAP.yml
index 1e55091..5f2a2a3 100644
--- a/IMAP.yml
+++ b/IMAP.yml
@@ -3,11 +3,14 @@
hosts: IMAP
roles:
- { role: IMAP, inst: IMAP }
+ tags:
+ - imap
+ - dovecot
- name: Configure IMAP proxies
hosts: webmail:!IMAP
roles:
- - IMAP-proxy
+ - { role: IMAP-proxy, imapsvr: "{{ hostvars[groups.IMAP[0]] }}" }
tags:
- imap
- dovecot