dropbear_initramfs

joenyland.dropbear_initramfs

CI

Installs dropbear-initramfs and configures it.

Requirements

None.

Role Variables

dropbear_initramfs_ssh_authorized_keys

The keys to allow access to dropbear in this format.

dropbear_initramfs_options

Options to set against the key DROPBEAR_OPTIONS in /etc/dropbear-initramfs/config

For example, to have zfsunlock be automatically be run in initramfs, you could set:

dropbear_initramfs_options: '-c /usr/bin/zfsunlock'

Which would result in the following to be set in /etc/dropbear-initramfs/config:

DROPBEAR_OPTIONS='-c /usr/bin/zfsunlock'

Dependencies

None.

Example Playbook

- hosts: server
  roles:
    - joenyland.dropbear_initramfs

License

MIT

Author Information

⌨️ with ❤️ by Joe Nyland

About

Installs dropbear-initramfs and configures it

Install
ansible-galaxy install JoeNyland/ansible-dropbear-initramfs-role
GitHub repository
License
Unknown
Downloads
1773
Owner