Build Windows Templates in RHV
This commit is contained in:
25
roles/felixfontein.acme_certificate/meta/main.yml
Normal file
25
roles/felixfontein.acme_certificate/meta/main.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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: []
|
||||
Reference in New Issue
Block a user