summaryrefslogtreecommitdiff
path: root/test/integration/targets/luks_device
Commit message (Collapse)AuthorAgeFilesLines
* luks_device: add basic check mode (#54477)Felix Fontein2019-04-092-85/+133
| | | | | | | | | | * Add basic check mode. * One more early exit. * Fix naming. * Check that device is actually an existing device.
* Add shippable/posix/group4/ for CI. (#53816)Matt Clay2019-03-151-1/+1
|
* luks_device: add allow_to_remove_last_key option (#52371)Felix Fontein2019-03-141-0/+39
| | | | | | | | | | | | | | * Add allow_to_remove_last_key option. * Dump headers. * Add support for old versions of cryptsetup luksDump. * Update lib/ansible/modules/crypto/luks_device.py Co-Authored-By: felixfontein <felix@fontein.de> * Rename allow_to_remove_last_key -> force_remove_last_key.
* luks_device: add integration tests (#52359)Felix Fontein2019-02-187-0/+359
* Add first version of luks_device tests. * Do ~ expansion manually. * Try to enable RHEL8. * Adjust to older losetup version. * Make sure cryptsetup is installed.