Felix Fontein
bb52390b04
luks_device: add basic check mode ( #54477 )
...
* Add basic check mode.
* One more early exit.
* Fix naming.
* Check that device is actually an existing device.
2019-04-09 11:32:22 +02:00
Felix Fontein
4573f349ea
luks_device: add allow_to_remove_last_key option ( #52371 )
...
* 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.
2019-03-14 09:55:35 +00:00
Felix Fontein
1d8e9db4a9
crypto modules: add missing option types ( #52421 )
...
* Add missing crypto option types.
* Reorder argument_spec.
* Reorder option docs.
2019-02-18 10:24:17 +00:00
Sayed Anisul Hoque
7d6a94e7dc
Fixed typos ( #52426 )
2019-02-17 22:49:40 +01:00
japokorn
68d43130d0
New LUKS devices management module ( #48991 )
...
* New LUKS devices management module
- new module that uses cryptsetup (LUKS) functions for management
of encrypted devices
- unit tests included
* New LUKS devices management module
- modified interface by removing 'open' option and moving its functionality
into 'state' option
2019-02-15 09:25:14 +00:00