UOS-RZ / secure_sshd

Ansible role to harden the sshd configuration
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add Galaxy Metadata to be able to install this role #7

Closed lkiesow closed 4 months ago

lkiesow commented 4 months ago

Right now, if you add this role as dependency to your requirements.yml like this:

  - src: https://github.com/UOS-RZ/secure_sshd.git
    scm: git
    version: next

…and then try installing the dependencies, you end up with aan error like this:

[WARNING]: - secure_sshd was NOT installed successfully: this role does not appear to have a meta/main.yml file.

This patch adds the missing metadata file and you should be able to install this role after merging this patch.