mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Module to generate Diffie-Hellman parameters (#32620)
* Module to generate Diffie-Hellman parameters Implements #32577 * Add integration tests for openssl_dhparam * Slightly refactor check to prevent unnecessary regeneration * Fix code smell in tests Highly annoying to have to do this again and again and again as the rules change during the game * Using module.run_command() and module.atomic_move() from a tempfile. * Remove underscore variable Ansible prefers dummy
This commit is contained in:
committed by
John R Barker
parent
0db98d7d71
commit
e2af5dfae0
2
test/integration/targets/openssl_dhparam/aliases
Normal file
2
test/integration/targets/openssl_dhparam/aliases
Normal file
@@ -0,0 +1,2 @@
|
||||
posix/ci/group1
|
||||
destructive
|
||||
Reference in New Issue
Block a user