ansible-roles/packmail/meta/main.yml

12 lines
320 B
YAML
Raw Normal View History

---
dependencies:
- { role: ldap, ldap_schema: 'cn4evolix.ldif' }
- { role: amavis }
- { role: spamassasin }
- { role: clamav }
2017-10-27 11:41:31 +02:00
- { role: opendkim }
- { role: postfix, postfix_packmail: True, postfix_force_main_cf: True }
- { role: dovecot }
- { role: apache }
- { role: php, php_apache_enable: True }