ansible-roles/postfix/meta/main.yml

22 lines
590 B
YAML

galaxy_info:
author: Evolix
description: Installation and basic configuration of Postfix.
issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues
license: GPLv2
min_ansible_version: 2.2
platforms:
- name: Debian
versions:
- jessie
dependencies:
- { role: ldap, ldap_schema: 'cn4evolix.ldif', when: postfix_packmail == True }
- { role: spamassasin, when: postfix_packmail == True }
- { role: clamav, when: postfix_packmail == True }
- { role: opendkim, when: postfix_packmail == True }
- { role: dovecot, when: postfix_packmail == True }