26 lines
520 B
YAML
26 lines
520 B
YAML
---
|
|
galaxy_info:
|
|
role_name: acme_certificate
|
|
author: Felix Fontein
|
|
description: >
|
|
Wrapper of Ansible's included acme_certificate module, whose aim is that almost no code
|
|
is executed on the webserver. Requires the Python cryptography library as well as the
|
|
OpenSSL binary installed locally and available on executable path.
|
|
|
|
license: MIT
|
|
|
|
min_ansible_version: 2.8.3
|
|
|
|
galaxy_tags:
|
|
- acme
|
|
- letsencrypt
|
|
- buypass
|
|
- ssl
|
|
- tls
|
|
- https
|
|
- encryption
|
|
- security
|
|
- web
|
|
|
|
dependencies: []
|