ansible-role-postfix_mta/meta/main.yml

23 lines
383 B
YAML
Raw Normal View History

2019-03-05 12:44:14 +00:00
---
galaxy_info:
2021-08-20 16:44:19 +00:00
role_name: postfix_mta
2022-04-07 08:33:21 +00:00
namespace: nishiki
2019-03-05 12:44:14 +00:00
author: Adrien Waksberg
company: Adrien Waksberg
description: Install and configure a simple mta with postfix
license: Apache2
2023-06-29 14:19:02 +00:00
min_ansible_version: "2.9"
2019-03-05 12:44:14 +00:00
platforms:
- name: Debian
versions:
2021-08-20 16:44:19 +00:00
- bullseye
2023-06-29 14:15:46 +00:00
- bookworm
2019-03-05 12:44:14 +00:00
galaxy_tags:
- postfix
- mta
- mail
dependencies: []