community.general/lib/ansible
Andrea Tartaglia 0303ea2bfa openssl_pkcs12: Add idempotency checks (#54633)
* Added idempotency logic to openssl_pkcs12

Also decoupled the 'parse' and 'generate' function from the file write
as they are now used in different places that do not need the file to be
written to disk.

* Added idempotency tests for openssl_pkcs12

Also adds a new test for pkcs12 files with multiple certificates

* Regenerate if parsed file is invalid

* pkcs12_other_certificates check was wrong

* Updated ca_certificates to other_certificates

ca_certificates is left as an alias to other_certificates;
friendlyname depends on private key, so it will be ignored while
checking for idempotency if the pkey is not set;
idempotency check only checks for correct certs in the stack

* use different keys for different certs

* Added other_certificates in module docs

* Added changelog and porting guide

* removed unrelated porting guide entry

* renamed ca_cert* occurrence with other_cert
2019-04-10 11:43:08 +01:00
..
cli Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
compat Have update-bundled check for updates to all bundled code 2019-02-06 13:59:55 -08:00
config Renaming azure_rm_managed_disk for consistency (#54825) 2019-04-04 12:24:03 +08:00
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 2019-01-23 11:32:25 -05:00
executor Windows pslint: Re-enable PSPossibleIncorrectComparisonWithNull (#55065) 2019-04-10 15:30:38 +10:00
galaxy Update galaxy cli metadata file templates (#51398) 2019-02-22 00:54:02 -05:00
inventory Better test for cache method availability (#54740) 2019-04-09 09:32:11 -07:00
module_utils facts: correctly detect xen paravirt vs hvm cpuinfo (#49320) 2019-04-10 00:17:30 -04:00
modules openssl_pkcs12: Add idempotency checks (#54633) 2019-04-10 11:43:08 +01:00
parsing Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
playbook Don't pollute include_variables (#54687) 2019-04-09 10:14:42 -05:00
plugins return actual error from module logic on gcp_compute (#55055) 2019-04-09 18:35:05 -04:00
template Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
utils Collection content loading (#52194) 2019-03-28 10:41:39 -07:00
vars fixes for stripping (#52930) 2019-03-12 18:18:38 -04:00
__init__.py
constants.py Fine tune sanity (#53544) 2019-03-11 15:12:14 -04:00
context.py Become plugins (#50991) 2019-02-11 11:27:44 -06:00
release.py Update Ansible release version to v2.8.0a1.post0. 2019-04-04 17:59:06 -07:00