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>
This commit is contained in:
Felix Fontein
2021-01-22 13:21:03 +01:00
committed by GitHub
parent 3ca4c48b00
commit d921ff1f68
7 changed files with 133 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "luks_device - allow to configure PBKDF (https://github.com/ansible-collections/community.crypto/pull/163)."