23 lines
386 B
YAML
23 lines
386 B
YAML
galaxy_info:
|
|
author: Adham Helal, Christian Wagner
|
|
description: "Deploy msmtp mailer on Debian and Ubuntu"
|
|
min_ansible_version: 2.4
|
|
license: Apache
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- jessie
|
|
- stretch
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
- xenial
|
|
# - bionic
|
|
- name: ArchLinux
|
|
versions:
|
|
- any
|
|
tags:
|
|
- mail
|
|
- system
|
|
- networking
|