ansible-sshd/meta/main.yml

30 lines
525 B
YAML
Raw Normal View History

---
galaxy_info:
author: Matt Willsher
2014-12-22 21:18:35 +01:00
description: OpenSSH SSH deamon configuration
company: Willsher Systems
2014-12-26 11:09:34 +01:00
license: LGPLv3
min_ansible_version: 1.8
platforms:
2014-12-25 13:16:47 +01:00
- name: Debian
versions:
- wheezy
2015-01-04 16:04:15 +01:00
- jessie
- name: Ubuntu
versions:
2015-01-04 16:04:15 +01:00
- precise
2014-12-22 21:18:35 +01:00
- trusty
- name: FreeBSD
version:
2014-12-22 21:18:35 +01:00
- 10.1
- name: EL
versions:
- 6
- 7
categories:
2015-01-12 14:06:49 +01:00
- networking
- system
2015-01-14 13:47:25 +01:00
dependencies:
- role: willshersystems.apt
when: ansible_pkg_mgr == 'apt' and apt_has_run is not defined