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