ansible-roles/postfix/meta/main.yml
Jérémy Lecour 70c93310f9
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2768|3|2765|12|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/224//ansiblelint">Evolix » ansible-roles » unstable #224</a>
gitea/ansible-roles/pipeline/head This commit looks good
Fix ansible-lint violations
2023-03-20 23:48:40 +01:00

33 lines
1 KiB
YAML

galaxy_info:
company: 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
- stretch
- buster
galaxy_tags: []
# List tags for your role here, one per line. A tag is
# a keyword that describes and categorizes the role.
# Users find roles by searching for tags. Be sure to
# remove the '[]' above if you add tags to this list.
#
# NOTE: A tag is limited to a single word comprised of
# alphanumeric characters. Maximum 20 tags per role.
dependencies:
- { role: evolix/ldap, ldap_schema: 'cn4evolix.ldif', when: postfix_packmail | bool }
- { role: evolix/spamassasin, when: postfix_packmail | bool }
- { role: evolix/clamav, when: postfix_packmail | bool }
- { role: evolix/opendkim, when: postfix_packmail | bool }
- { role: evolix/dovecot, when: postfix_packmail | bool }