mirror of
https://github.com/nickjj/ansible-acme-sh.git
synced 2024-10-31 07:29:31 +01:00
30 lines
533 B
YAML
30 lines
533 B
YAML
---
|
|
galaxy_info:
|
|
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
|
|
|
|
platforms:
|
|
- name: "Ubuntu"
|
|
versions:
|
|
- "xenial"
|
|
- "bionic"
|
|
- name: "Debian"
|
|
versions:
|
|
- "jessie"
|
|
- "stretch"
|
|
|
|
galaxy_tags:
|
|
- "acme"
|
|
- "https"
|
|
- "letsencrypt"
|
|
- "networking"
|
|
- "cloudflare"
|
|
- "security"
|
|
- "ssl"
|
|
- "system"
|
|
|
|
dependencies: []
|