ansible-sshd/meta/main.yml
2023-06-18 23:10:14 +02:00

63 lines
1 KiB
YAML

---
galaxy_info:
role_name: sshd
namespace: willshersystems
author: Matt Willsher
description: OpenSSH SSH daemon configuration
company: Willsher Systems
license: LGPLv3
min_ansible_version: "2.9"
platforms:
- name: Debian
versions:
- wheezy
- jessie
- stretch
- buster
- bullseye
- bookworm
- name: Ubuntu
versions:
- precise
- trusty
- xenial
- bionic
- focal
- jammy
- name: FreeBSD
version:
- "10.1"
- name: EL
versions:
- "6"
- "7"
- "8"
- "9"
- name: Fedora
versions:
- all
- name: OpenBSD
versions:
- "6.0"
- name: AIX
versions:
- "7.1"
- "7.2"
- name: Alpine
versions:
- all
galaxy_tags:
- networking
- system
- ssh
- openssh
- sshd
- server
- ubuntu
- debian
- centos
- redhat
- freebsd
- openbsd
- aix
dependencies: []