summaryrefslogtreecommitdiffstats
path: root/roles/webmail/tasks/main.yml
blob: 9c40a34b0ec710216cc9e1afab41153c22ef6550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- include: mail.yml
  when: "'out' not in group_names"
  tags:
    - postfix
    - mail
    - stunnel
- include: ldap.yml
  when: "'LDAP-provider' not in group_names"
  tags:
    - ldap
    - stunnel
- include: roundcube.yml
  tags:
    - roundcube
    - webmail