mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 13:43:30 +01:00
29 lines
525 B
YAML
29 lines
525 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
|
|
- jessie
|
|
- name: Ubuntu
|
|
versions:
|
|
- precise
|
|
- trusty
|
|
- name: FreeBSD
|
|
version:
|
|
- 10.1
|
|
- name: EL
|
|
versions:
|
|
- 6
|
|
- 7
|
|
categories:
|
|
- networking
|
|
- system
|
|
dependencies:
|
|
- role: willshersystems.apt
|
|
when: ansible_pkg_mgr == 'apt' and apt_has_run is not defined
|