mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-06 03:43:30 +01:00
24 lines
390 B
YAML
24 lines
390 B
YAML
---
|
|
galaxy_info:
|
|
author: Matt Willsher
|
|
description: OpenSSH SSH deamon configuration
|
|
company: Willsher Systems
|
|
license: LGPLv3
|
|
min_ansible_version: 1.8
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- wheezy
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
- name: FreeBSD
|
|
version:
|
|
- 10.1
|
|
- name: EL
|
|
versions:
|
|
- 6
|
|
- 7
|
|
categories:
|
|
- system
|
|
dependencies: []
|