mirror of
https://github.com/nickjj/ansible-acme-sh.git
synced 2024-11-22 10:35:14 +01:00
30 lines
522 B
YAML
30 lines
522 B
YAML
---
|
|
|
|
galaxy_info:
|
|
role_name: "acme_sh"
|
|
author: "Nick Janetakis"
|
|
description: "Install and auto-renew SSL certificates with Let's Encrypt using acme.sh."
|
|
license: "license (MIT)"
|
|
min_ansible_version: 2.5
|
|
|
|
platforms:
|
|
- name: "Ubuntu"
|
|
versions:
|
|
- "xenial"
|
|
- "bionic"
|
|
- name: "Debian"
|
|
versions:
|
|
- "jessie"
|
|
- "stretch"
|
|
|
|
galaxy_tags:
|
|
- "acme"
|
|
- "https"
|
|
- "letsencrypt"
|
|
- "networking"
|
|
- "security"
|
|
- "ssl"
|
|
- "system"
|
|
|
|
dependencies: []
|