You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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
6 years ago
..
cli Collection content loading (#52194) 6 years ago
compat Have update-bundled check for updates to all bundled code 6 years ago
config Renaming azure_rm_managed_disk for consistency (#54825) 6 years ago
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 6 years ago
executor Windows pslint: Re-enable PSPossibleIncorrectComparisonWithNull (#55065) 6 years ago
galaxy Update galaxy cli metadata file templates (#51398) 6 years ago
inventory Better test for cache method availability (#54740) 6 years ago
module_utils facts: correctly detect xen paravirt vs hvm cpuinfo (#49320) 6 years ago
modules openssl_pkcs12: Add idempotency checks (#54633) 6 years ago
parsing Collection content loading (#52194) 6 years ago
playbook Don't pollute include_variables (#54687) 6 years ago
plugins return actual error from module logic on gcp_compute (#55055) 6 years ago
template Collection content loading (#52194) 6 years ago
utils Collection content loading (#52194) 6 years ago
vars fixes for stripping (#52930) 6 years ago
__init__.py
constants.py Fine tune sanity (#53544) 6 years ago
context.py Become plugins (#50991) 6 years ago
release.py Update Ansible release version to v2.8.0a1.post0. 6 years ago