forked from telekom-mms/ansible-collection-acme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
34 lines (34 loc) · 1007 Bytes
/
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: t_systems_mms
name: acme
version: 2.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'
repository: 'https://github.com/T-Systems-MMS/ansible-collection-acme'
documentation: 'https://github.com/T-Systems-MMS/ansible-collection-acme'
homepage: 'https://github.com/T-Systems-MMS/ansible-collection-acme'
issues: 'https://github.com/T-Systems-MMS/ansible-collection-acme/issues'
build_ignore:
- .ansible-lint
- .gitattributes
- .github
- .yamllint.cfg
- tests