patchback[bot]
da1dd21a9e
Fix parsing of lsblk output. ( #410 ) ( #413 )
...
(cherry picked from commit 0d4b3ed991
)
Co-authored-by: Felix Fontein <felix@fontein.de>
2022-03-02 14:05:07 +01:00
patchback[bot]
aead2bf783
Set LANG and similar env variables to prevent translated cryptsetup output. ( #388 ) ( #390 )
...
(cherry picked from commit ea2e45d63f
)
Co-authored-by: Felix Fontein <felix@fontein.de>
2022-01-30 21:57:31 +01:00
patchback[bot]
426d70fbcf
luks_device: add built-in signature wiper to work around older wipefs versions with LUKS2 containers ( #327 ) ( #330 )
...
* Use 'cryptsetup erase' to kill LUKS signature.
* Adjust unit test.
* Use own wiper for LUKS headers.
* Add comments.
* Fix tests.
* Update changelog.
* Remove 'cryptsetup erase'.
* Improve error messages.
(cherry picked from commit ebbfd7c56f
)
Co-authored-by: Felix Fontein <felix@fontein.de>
2021-11-11 07:17:45 +01:00
Felix Fontein
a1897fd3b1
luks_device: add sector_size option ( #193 )
...
* Add sector_size option to luks_device.
* Trying to improve error handling.
* Improve error handling.
2021-03-02 22:02:31 +01:00
Felix Fontein
d921ff1f68
Allow to configure PBKDF ( #163 )
...
* Allow to configure PBKDF.
* Also add PBKDF options to key add operation.
* Simplify code.
* Update plugins/modules/luks_device.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* Fix indent.
* Use more of the options.
* Bump iteration count.
* Increase memory limit.
* Fall back to default PBKDF.
* Apply suggestions from code review
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2021-01-22 12:21:03 +00:00
Felix Fontein
ccb25eab36
luks_device - make add/removal of keyfile/passphrase idempotent ( #168 )
...
* Update documentation, adjust tests, add changelog fragment.
* Move module unit test to correct place.
* Implement keyfile / passphrase test.
2021-01-03 11:22:41 +01:00
Arnoways
e4c12fa4e5
Add cipher and hash options to luks_create ( #97 )
2020-08-13 22:17:36 +02:00
Felix Fontein
109edecd78
Add version_added: 1.0.0 for all new features. ( #37 )
2020-06-29 15:21:35 +02:00
Andrew Klychkov
6da3125720
Fix example formatting ( #51 )
2020-05-16 18:53:29 +03:00
Felix Fontein
9e5969a644
Remove ANSIBLE_METADATA from modules. ( #49 )
2020-05-14 13:22:12 +02:00
Felix Fontein
4d157b93ee
Use FQCN in examples. ( #12 )
2020-03-31 16:23:45 +02:00
Ansible Core Team
a9f45b4d5b
Initial commit
2020-03-09 13:11:34 +00:00