ansible-sshd/meta/main.yml

56 lines
761 B
YAML
Raw Normal View History

---
galaxy_info:
author: Matt Willsher
description: OpenSSH SSH daemon configuration
company: Willsher Systems
2014-12-26 11:09:34 +01:00
license: LGPLv3
min_ansible_version: 2.8
platforms:
2014-12-25 13:16:47 +01:00
- name: Debian
versions:
- wheezy
2015-01-04 16:04:15 +01:00
- jessie
2019-10-23 15:52:21 +02:00
- stretch
- buster
- name: Ubuntu
versions:
2015-01-04 16:04:15 +01:00
- precise
2014-12-22 21:18:35 +01:00
- trusty
2016-08-03 16:53:32 +02:00
- xenial
- bionic
- focal
- name: FreeBSD
version:
2014-12-22 21:18:35 +01:00
- 10.1
- name: EL
versions:
- 6
- 7
- 8
- name: Fedora
versions:
- 22
- 23
2016-10-19 21:33:15 +02:00
- name: OpenBSD
versions:
- 6.0
2019-07-10 20:31:25 +02:00
- name: AIX
versions:
- 7.1
- 7.2
2016-02-18 14:46:58 +01:00
galaxy_tags:
2015-01-12 14:06:49 +01:00
- networking
- system
- ssh
- openssh
2016-02-18 14:46:58 +01:00
- sshd
- server
- ubuntu
- debian
- centos
- redhat
- freebsd
2016-10-19 21:33:15 +02:00
- openbsd
2019-07-10 20:31:25 +02:00
- aix
dependencies: []