25 lines
808 B
YAML
25 lines
808 B
YAML
|
---
|
||
|
galaxy_info:
|
||
|
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
|
||
|
author: Robert Kaussow <mail@thegeeklab.de>
|
||
|
namespace: xoxys
|
||
|
role_name: lego
|
||
|
# @meta description: >
|
||
|
# [![Build Status](https://ci.rknet.org/api/badges/ansible/xoxys.lego/status.svg)](https://ci.rknet.org/repos/ansible/xoxys.lego)
|
||
|
# [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.lego/src/branch/main/LICENSE)
|
||
|
#
|
||
|
# Deploy Lego ACME client to manage Lets Encrypt certificates.
|
||
|
# @end
|
||
|
description: Deploy Lego ACME client to manage Lets Encrypt certificates
|
||
|
license: MIT
|
||
|
min_ansible_version: "2.10"
|
||
|
platforms:
|
||
|
- name: EL
|
||
|
versions:
|
||
|
- "9"
|
||
|
galaxy_tags:
|
||
|
- ca
|
||
|
- lego
|
||
|
- corporate
|
||
|
dependencies: []
|