diff options
Diffstat (limited to 'IMAP.yml')
-rw-r--r-- | IMAP.yml | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1,16 +1,8 @@ --- - name: Configure the IMAP server hosts: IMAP roles: - { role: IMAP, inst: IMAP } tags: - imap - dovecot - -- name: Configure IMAP proxies - hosts: webmail:!IMAP - roles: - - { role: IMAP-proxy, imapsvr: "{{ hostvars[groups.IMAP[0]] }}" } - tags: - - imap - - dovecot |