|
|
|
@ -1,15 +1,15 @@
|
|
|
|
|
# Standards: 0.1 |
|
|
|
|
--- |
|
|
|
|
galaxy_info: |
|
|
|
|
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys) |
|
|
|
|
# @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 |
|
|
|
|
# @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 |
|
|
|
@ -22,3 +22,5 @@ galaxy_info:
|
|
|
|
|
- relay |
|
|
|
|
- mail |
|
|
|
|
dependencies: [] |
|
|
|
|
collections: |
|
|
|
|
- community.general |
|
|
|
|