diff options
author | Chris Trufan <31186388+ctrufan@users.noreply.github.com> | 2019-08-28 17:38:48 -0400 |
---|---|---|
committer | Felix Fontein <felix@fontein.de> | 2019-08-28 23:38:48 +0200 |
commit | 44c18b544f899b36016007e9f4f8785abed2b4c7 (patch) | |
tree | 176fb0f35637a5d7693abe9456162c0faa8c710a /.github | |
parent | 1d9b473e564366d8ba7d99fc63735360658e27f4 (diff) | |
download | ansible-44c18b544f899b36016007e9f4f8785abed2b4c7.tar.gz |
Addition of ECS_Certificate Module (#60883)
* Addition of ecs_certificate module.
* Documentation and code fixes
* Updates per code review
* Doc fixes, rename of chain_path to full_chain_path, add regex for cert_Expiry check
* Fixes to pep8 check to make regexp string 'raw'.
* Mistakes with find/replace of caseing.
* Added integration tests and some doc cleanup
* Some additional assertions and test typo cleanup
* Update lib/ansible/modules/crypto/entrust/ecs_certificate.py
Co-Authored-By: Felix Fontein <felix@fontein.de>
* Responses to code review comments
* Remove fake passwords from aliases file.
Diffstat (limited to '.github')
-rw-r--r-- | .github/BOTMETA.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 4bb226c27b..de1be43f10 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -218,6 +218,7 @@ files: supershipit: felixfontein $modules/crypto/openssl_certificate.py: maintainers: ctrufan + $modules/crypto/entrust/: ctrufan tylert $modules/database/influxdb/: kamsz $modules/database/mssql/mssql_db.py: Jmainguy kenichi-ogawa-1988 $modules/database/mysql/: &mysql @@ -460,7 +461,7 @@ files: notified: jlozadad $modules/storage/hpe3par/: farhan7500 gautamphegde $modules/storage/infinidat/: GR360RY vmalloc - $modules/storage/netapp/: + $modules/storage/netapp/: maintainers: $team_netapp support: community $modules/storage/purestorage/: @@ -672,7 +673,7 @@ files: - aws - cloud $module_utils/ecs/: - maintainers: ctrufan $team_crypto + maintainers: ctrufan tylert $team_crypto $module_utils/facts: support: core $module_utils/facts/hardware/aix.py: *aix |