ansible-roles/postfix/meta/main.yml

22 lines
590 B
YAML
Raw Normal View History

galaxy_info:
author: Evolix
description: Installation and basic configuration of Postfix.
2019-03-21 15:31:22 +01:00
issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues
license: GPLv2
2017-03-24 14:15:09 +01:00
min_ansible_version: 2.2
platforms:
- name: Debian
versions:
- jessie
2017-10-27 14:34:43 +02:00
dependencies:
- { role: ldap, ldap_schema: 'cn4evolix.ldif', when: postfix_packmail == True }
2017-10-27 14:34:43 +02:00
- { role: spamassasin, when: postfix_packmail == True }
- { role: clamav, when: postfix_packmail == True }
- { role: opendkim, when: postfix_packmail == True }
- { role: dovecot, when: postfix_packmail == True }