init
This commit is contained in:
commit
7cc5352634
4 changed files with 78 additions and 0 deletions
18
meta/main.yml
Normal file
18
meta/main.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
galaxy_info:
|
||||
role_name: deploy_ssh_certificates
|
||||
author: Pim Kunis
|
||||
description: Fetch and install SSH certificates.
|
||||
|
||||
issue_tracker_url: https://git.pim.kunis.nl/pim/ansible-role-deploy-ssh-certificates/issues
|
||||
|
||||
license: GPLv3
|
||||
|
||||
min_ansible_version: 1.2
|
||||
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- bookworm
|
||||
|
||||
galaxy_tags:
|
||||
- ssh
|
Reference in a new issue