xoxys.postfix_relay/meta/main.yml

25 lines
911 B
YAML
Raw Normal View History

2019-01-09 20:53:40 +01:00
# Standards: 0.1
2018-06-23 22:18:42 +02:00
---
galaxy_info:
2020-01-30 23:26:11 +01:00
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
author: Robert Kaussow <mail@geeklabor.de>
2020-01-31 11:23:20 +01:00
# @meta description: >
# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.postfix_relay)
# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.postfix_relay?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.postfix_relay)
2020-06-04 15:15:58 +02:00
# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.postfix_relay/src/branch/master/LICENSE)
2020-01-31 11:23:20 +01:00
#
# Setup postfix as mail relay.
# @end
2018-06-23 22:18:42 +02:00
description: Setup postfix as mail relay
license: MIT
2020-01-30 23:26:11 +01:00
min_ansible_version: 2.8
2018-06-23 22:18:42 +02:00
platforms:
2019-01-09 20:53:40 +01:00
- name: EL
versions:
- 7
2018-06-23 22:18:42 +02:00
galaxy_tags:
- postfix
- relay
- mail
2020-03-21 14:36:05 +01:00
dependencies: []