mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
* Improve changelog generator config. * We don't have docs at that URL. * Require Ansible(-base) 2.9.10 or newer. Needed for deprecation syntax. * Update all deprecations from Ansible 2.1x to community.crypto 2.0.0. * Forgot to check in fixes. * Shorten lines. * Fix unit test requirements. * Fix YAML strings which only had a closing quote. * Galaxy neither likes uppercase nor spaces in tags. * General README improvements. * Add roadmap section to README. * Next release will be 1.0.0. * Extend using instructions. * Tags with dashes are also not allowed. * Fix changelog link.
31 lines
709 B
YAML
31 lines
709 B
YAML
namespace: community
|
|
name: crypto
|
|
version: 1.0.0
|
|
readme: README.md
|
|
authors:
|
|
- Ansible (github.com/ansible)
|
|
description: null
|
|
license_file: COPYING
|
|
tags:
|
|
- acme
|
|
- certificate
|
|
- community
|
|
- crl
|
|
- cryptography
|
|
- csr
|
|
- dhparam
|
|
- entrust
|
|
- letsencrypt
|
|
- luks
|
|
- openssl
|
|
- openssh
|
|
- pkcs12
|
|
repository: https://github.com/ansible-collections/community.crypto
|
|
#documentation: https://github.com/ansible-collection-migration/community.crypto/tree/master/docs
|
|
homepage: https://github.com/ansible-collections/community.crypto
|
|
issues: https://github.com/ansible-collections/community.crypto/issues
|
|
build_ignore:
|
|
- 'community-crypto-*.tar.gz'
|
|
- .gitignore
|
|
- changelogs/.plugin-cache.yaml
|