ansible-roles/postfix/meta/main.yml
Victor LABORIE 0873bb49e0
All checks were successful
continuous-integration/drone/push Build is passing
Add evolix prefix to role dependencies
2019-11-29 14:19:52 +01:00

22 lines
625 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: evolix/ldap, ldap_schema: 'cn4evolix.ldif', when: postfix_packmail == True }
- { role: evolix/spamassasin, when: postfix_packmail == True }
- { role: evolix/clamav, when: postfix_packmail == True }
- { role: evolix/opendkim, when: postfix_packmail == True }
- { role: evolix/dovecot, when: postfix_packmail == True }