ansible-sshd/meta/main.yml

64 lines
1 KiB
YAML
Raw Normal View History

---
galaxy_info:
2022-06-03 12:22:17 +02:00
role_name: sshd
namespace: willshersystems
author: Matt Willsher
description: OpenSSH SSH daemon configuration
company: Willsher Systems
2014-12-26 11:09:34 +01:00
license: LGPLv3
2022-06-14 15:40:52 +02:00
min_ansible_version: "2.9"
platforms:
- name: Debian
versions:
- wheezy
- jessie
- stretch
- buster
- bullseye
2023-06-13 12:01:50 +02:00
- bookworm
- name: Ubuntu
versions:
- precise
- trusty
- xenial
- bionic
- focal
- jammy
- name: FreeBSD
version:
2022-06-03 12:22:17 +02:00
- "10.1"
- name: EL
versions:
2022-06-03 12:22:17 +02:00
- "6"
- "7"
- "8"
- "9"
- name: Fedora
versions:
- all
- name: OpenBSD
versions:
2022-06-03 12:22:17 +02:00
- "6.0"
- name: AIX
versions:
2022-06-03 12:22:17 +02:00
- "7.1"
- "7.2"
- name: Alpine
versions:
- all
2016-02-18 14:46:58 +01:00
galaxy_tags:
- networking
- system
- ssh
- openssh
- sshd
- server
- ubuntu
- debian
- centos
- redhat
- freebsd
- openbsd
- aix
dependencies: []