summaryrefslogtreecommitdiffstats
path: root/IMAP.yml
blob: 1e550916f4a5560457ca6748d0b0a19dc3bf75d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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