ansible-acme-sh/meta/main.yml

30 lines
533 B
YAML
Raw Normal View History

2018-09-29 17:19:18 +02:00
---
galaxy_info:
2020-04-07 10:17:23 +02:00
role_name: cloudflare-acme
author: sonic
description: Install and renew SSL certificates with Cloudflare API ; Let's Encrypt ; and acme.sh.
license: MIT
min_ansible_version: 2.9
2018-09-29 17:19:18 +02:00
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"
2020-04-07 10:17:23 +02:00
- "cloudflare"
2018-09-29 17:19:18 +02:00
- "security"
- "ssl"
- "system"
dependencies: []