init
This commit is contained in:
commit
29bd9b3822
3 changed files with 29 additions and 0 deletions
18
meta/main.yml
Normal file
18
meta/main.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
galaxy_info:
|
||||
role_name: ssh_ca_known_hosts
|
||||
author: Pim Kunis
|
||||
description: Add SSH certificate authorities to system-wide known hosts file.
|
||||
|
||||
issue_tracker_url: https://git.pim.kunis.nl/pim/ansible-role-ssh-ca-known-hosts/issues
|
||||
|
||||
license: GPLv3
|
||||
|
||||
min_ansible_version: 1.2
|
||||
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- bookworm
|
||||
|
||||
galaxy_tags:
|
||||
- ssh
|
Reference in a new issue