ansible-acme-sh/meta/main.yml

30 lines
522 B
YAML
Raw Normal View History

2018-09-29 17:19:18 +02:00
---
galaxy_info:
2018-09-29 17:41:24 +02:00
role_name: "acme_sh"
2018-09-29 17:19:18 +02:00
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:
2018-09-29 17:30:32 +02:00
- "acme"
2018-09-29 17:19:18 +02:00
- "https"
2018-09-29 17:30:32 +02:00
- "letsencrypt"
2018-09-29 17:19:18 +02:00
- "networking"
- "security"
- "ssl"
- "system"
dependencies: []