37 lines
643 B
YAML
37 lines
643 B
YAML
dependencies: []
|
|
|
|
galaxy_info:
|
|
role_name: postfix
|
|
author: jackbenny
|
|
description: Setup Postfix so that local users can send external mail
|
|
company: "CyberInfo Sverige"
|
|
license: "license GPLv2"
|
|
min_ansible_version: 2.9
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- stretch
|
|
- buster
|
|
- bullseye
|
|
- name: Ubuntu
|
|
versions:
|
|
- xenial
|
|
- bionic
|
|
- focal
|
|
- impish
|
|
- name: EL
|
|
versions:
|
|
- 8
|
|
- name: Fedora
|
|
version:
|
|
- 30
|
|
- 31
|
|
- 32
|
|
- 33
|
|
- 34
|
|
- 35
|
|
- 36
|
|
galaxy_tags:
|
|
- postfix
|
|
- system
|