Skip to content

0.3.0 - Prompt on fail to unlock

Latest
Compare
Choose a tag to compare
@applejag applejag released this 18 Jan 14:52
· 2 commits to main since this release
5efbdac

Available at: https://galaxy.ansible.com/riskident/luks

ansible-galaxy collection install "riskident.luks:>=0.3.0"

Changes (since 0.2.0)

  • Added "manual unlock" feature, where you have to manually unlock the machine if the reboot_luks_ssh action plugin succeeds in rebooting, but fails to unlock it. (#15)

  • Added settings for cryptsetup-unlock output to consider failed unlock, and will fail early instead of keep retrying an incorrect password. (#15)

  • Added args: (#15)

    • luks_stop_retry_on_output
    • luks_manual_unlock_on_fail
  • Added missing documentation on args added in #13. (#15)