iac_stack/roles/global/install_ssh/meta/main.yml
2025-04-29 12:53:12 +02:00

18 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: []