feat: add meta informations for galaxy ansible
This commit is contained in:
parent
ad2cabbf1d
commit
50836886c1
1 changed files with 17 additions and 0 deletions
17
meta/main.yml
Normal file
17
meta/main.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
galaxy_info:
|
||||
author: Adrien Waksberg
|
||||
description: Generate certificate SSL with certbot
|
||||
license: Apache2
|
||||
min_ansible_version: 2.4
|
||||
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- stretch
|
||||
|
||||
galaxy_tags:
|
||||
- certbot
|
||||
- ssl
|
||||
- https
|
||||
|
||||
dependencies: []
|
Loading…
Add table
Reference in a new issue