This website requires JavaScript.
Explore
Help
Sign In
a-c-m
/
community.crypto
mirror of
https://github.com/ansible-collections/community.crypto.git
Watch
1
Star
0
Fork
You've already forked community.crypto
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5de50b9f91
community.crypto
/
tests
/
integration
/
targets
/
openssl_privatekey_pipe
/
aliases
5 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
openssl_privatekey_pipe is an action plugin. (#267)
2021-09-21 05:29:26 +00:00
context/controller
Extend CI (#283) * Run all tests on all targets. Remove hack in setup_acme. * Fix some failing tests. * OpenSSH tests do not work yet with default image on Ansible 2.9. Let's skip them on the cloud target. * Make tests pass again. * Make sure to install *latest* versions of cryptography and pyOpenSSL when not installing system packages, whenever possible. ci_complete * Update/fix aliases files.
2021-09-25 15:21:06 +00:00
shippable/cloud/group1
Refactor openssl_privatekey module, move add openssl_privatekey_pipe module (#119) * Move disk-independent parts of openssl_privatekey to module_utils and doc_fragments. * Improve documentation. * Add openssl_privatekey_pipe module. * Fallback in case no fingerprints are returned. * Prevent no_log=True for content to stop module from working correctly. * Forgot version_added. * Update copyright. All the interesting code is no longer in this file anyway. * Remove file arguments. * Add framework for action modules. * Convert openssl_privatekey_pipe to action plugin. * Linting. * Bump version. * Add return_current_key option. * Add no_log to examples. * Remove preparation for potential later extensibility (easy to re-add when needed). * Fix deprecation version in docs. * Use new ArgumentSpec object for AnsibleActionModule as well.
2020-10-28 20:52:54 +00:00
shippable/posix/group1
destructive