Build Windows Templates in RHV

This commit is contained in:
2021-05-03 13:47:44 -04:00
parent 595021d449
commit 28c9375b0d
290 changed files with 10931 additions and 159 deletions

View 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: []