19 lines
337 B
YAML
19 lines
337 B
YAML
![]() |
---
|
||
|
galaxy_info:
|
||
|
author: Kevin Heyer
|
||
|
description: Role to install and configure SSH on Debian systems
|
||
|
company: Skull-IT Kevin Heyer
|
||
|
license: MIT
|
||
|
min_ansible_version: "2.9"
|
||
|
platforms:
|
||
|
- name: Debian
|
||
|
versions:
|
||
|
- buster
|
||
|
- bullseye
|
||
|
galaxy_tags:
|
||
|
- ssh
|
||
|
- debian
|
||
|
- security
|
||
|
|
||
|
dependencies: []
|