You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
962 B
26 lines
962 B
# 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
|
|
|