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.
26 lines
836 B
YAML
26 lines
836 B
YAML
requires_ansible: '>=2.9.10'
|
|
|
|
action_groups:
|
|
acme:
|
|
- acme_inspect
|
|
- acme_certificate_revoke
|
|
- acme_certificate
|
|
- acme_account
|
|
- acme_account_facts
|
|
- acme_account_info
|
|
|
|
plugin_routing:
|
|
modules:
|
|
acme_account_facts:
|
|
deprecation:
|
|
removal_version: '2.12'
|
|
warning_text: The 'community.crypto.acme_account_facts' module has been renamed to 'community.crypto.acme_account_info'.
|
|
openssl_certificate:
|
|
deprecation:
|
|
removal_version: '2.14'
|
|
warning_text: The 'community.crypto.openssl_certificate' module has been renamed to 'community.crypto.x509_certificate'
|
|
openssl_certificate_info:
|
|
deprecation:
|
|
removal_version: '2.14'
|
|
warning_text: The 'community.crypto.openssl_certificate_info' module has been renamed to 'community.crypto.x509_certificate_info'
|