diff options
author | Felix Fontein <felix@fontein.de> | 2018-05-25 07:55:24 +0200 |
---|---|---|
committer | ansibot <ansibot@users.noreply.github.com> | 2018-05-25 01:55:24 -0400 |
commit | dec392793b85b4091c92abbf1c7add6025d37259 (patch) | |
tree | e3f75a42b838a02b4bfa9de2b40982d70d9eedef /.github | |
parent | 2fc23fdc187b8fdd2b7db0639be6588e5e7eb715 (diff) | |
download | ansible-dec392793b85b4091c92abbf1c7add6025d37259.tar.gz |
Letsencrypt: add account management module (#37275)
* Removed superfluous space.
* Separating account init code from ACMEAccount constructor.
* Extracted module utils and docs fragment.
* Added new letsencrypt_account module.
* Ignore pre-1.0.0 versions of OpenSSL.
* Added account key rollover.
* Renaming letsencrypt_account -> acme_account
* Simplifying check for updating contact information.
* Rewriting docstring for ACMEDirectory.
* Changing license according to permissions given by individual authors in https://github.com/ansible/ansible/pull/37275.
* Updating BOTMETA.
* Preparing for change of ACME protocol currently discussed in ietf-wg-acme/acme.
* Updating documentation.
Diffstat (limited to '.github')
-rw-r--r-- | .github/BOTMETA.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 0e19faf049..1a19271541 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -686,6 +686,7 @@ files: $modules/utilities/logic/set_stats.py: bcoca $modules/utilities/logic/wait_for.py: AnderEnder gregswift jarv jhoekx $modules/web_infrastructure/_letsencrypt.py: mgruener resmo felixfontein + $modules/web_infrastructure/acme_account.py: mgruener resmo felixfontein $modules/web_infrastructure/acme_certificate.py: mgruener resmo felixfontein $modules/web_infrastructure/ansible_tower/: $team_tower $modules/web_infrastructure/apache2_mod_proxy.py: oboukili @@ -864,6 +865,8 @@ files: labels: clustering $module_utils/keycloak.py: maintainers: eikef + $module_utils/letsencrypt.py: + maintainers: mgruener resmo felixfontein $module_utils/manageiq.py: maintainers: $team_manageiq $module_utils/network/meraki: |