init
This commit is contained in:
commit
dc0a8aaeae
8 changed files with 770 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
|
||||
author: Pim Kunis
|
||||
description: Generate and install SSH certificate
|
||||
|
||||
issue_tracker_url: https://git.pim.kunis.nl/pim/ssh-ca/issues
|
||||
|
||||
license: GPLv3
|
||||
|
||||
min_ansible_version: 1.2
|
||||
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- bookworm
|
||||
|
||||
galaxy_tags:
|
||||
- ssh
|
Reference in a new issue