-
Notifications
You must be signed in to change notification settings - Fork 9
/
galaxy.yml
34 lines (34 loc) · 1.01 KB
/
galaxy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
namespace: telekom_mms
name: acme
version: 4.0.0
readme: README.md
authors:
- Sebastian Gumprich <[email protected]>
- Andreas Hering <[email protected]>
description: >-
This collection contains a role for issuing ssl certificates via the ACME protocol. By default Let's Encrypt certificates are issued but it is also possible to use other certificate authorities which implement the ACME protocol.
license:
- GPL-2.0-or-later
license_file: ""
tags:
- acme
- certificates
- letsencrypt
- security
- ssl
dependencies:
community.crypto: ">=1.0.0"
openstack.cloud: ">=1.2.1"
amazon.aws: ">=5.0.0"
azure.azcollection: ">=1.14.0"
repository: https://github.com/telekom-mms/ansible-collection-acme
documentation: https://github.com/telekom-mms/ansible-collection-acme
homepage: https://github.com/telekom-mms/ansible-collection-acme
issues: https://github.com/telekom-mms/ansible-collection-acme/issues
build_ignore:
- .ansible-lint
- .gitattributes
- .github
- .yamllint.cfg
- tests