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/test/units/modules
Hans Jerry Illikainen 2acfa0e08c Add passphrase support for luks_device (#65050)
* Elevate privileges for luks_device integration tests

Several tests in `key-management.yml` don't `become` before executing,
despite needing elevated privileges.  This commit fixes that.

* Add passphrase support for luks_device

Previously, the luks_device module only worked with keyfiles.  The
implication was that the key had to be written to disk before the module
could be used.

This commit implements support for opening, adding and removing
passphrases supplied as strings to the module.

Closes #52408
5 years ago
..
cloud docker_swarm_service: Sort lists when checking for changes (#63887) 5 years ago
crypto Add passphrase support for luks_device (#65050) 5 years ago
files Fixes #34893 (#40166) 7 years ago
messaging Rabbitmq user permission fixes (#49404) 6 years ago
monitoring Replace TestCase.assertEquals with TestCase.assertEqual. 5 years ago
net_tools Bug fixes to the Infoblox NIOS modules (#58521) 5 years ago
network add a new module to configure multicast igmp and enable it. (#63746) 5 years ago
notification Add support for hex color in slack module (#49804) 6 years ago
packaging maven_artifact.py - add support for version ranges by using spec (#54309) (#61813) 5 years ago
remote_management OneView: rename _facts -> _info (#61208) 5 years ago
source_control Move gitlab modules to own subdir (#64497) 5 years ago
storage Replace TestCase.assertEquals with TestCase.assertEqual. 5 years ago
system iptables: support wait parameter (#47877) 5 years ago
web_infrastructure Python 3.8 collections compatibility fixes. 6 years ago
__init__.py
conftest.py
utils.py