You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
962 B
YAML
27 lines
962 B
YAML
# Standards: 0.1
|
|
---
|
|
galaxy_info:
|
|
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
|
|
author: Robert Kaussow <mail@geeklabor.de>
|
|
# @meta description: >
|
|
# [](https://gitea.rknet.org/ansible/xoxys.postfix_relay)
|
|
# [](https://drone.rknet.org/ansible/xoxys.postfix_relay)
|
|
# [](https://gitea.rknet.org/ansible/xoxys.postfix_relay/src/branch/master/LICENSE)
|
|
#
|
|
# Setup postfix as mail relay.
|
|
# @end
|
|
description: Setup postfix as mail relay
|
|
license: MIT
|
|
min_ansible_version: 2.8
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
galaxy_tags:
|
|
- postfix
|
|
- relay
|
|
- mail
|
|
dependencies: []
|
|
collections:
|
|
- community.general
|