Skip to content

Ansible role for remote unlocking of fully encrypted Ubuntu

License

Notifications You must be signed in to change notification settings

globz-eu/ansible-role-remote-unlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Unlock

Configure remote unlock LUKS encrypted Ubuntu Bionic using dropbear-initramfs.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

remote_unlock_network_interface: eth0
remote_unlock_initramfs_conf_ip: ":::::{{ remote_unlock_network_interface }}:dhcp"
remote_unlock_authorized_keys: {}

Dependencies

None.

Example Playbook

- hosts: all
  become: true
  vars:
    remote_unlock_authorized_keys:
      user: ssh-rsa AAAABLABLA== user@host
  roles:
    - role: remote-unlock

License

MIT

About

Ansible role for remote unlocking of fully encrypted Ubuntu

Resources

License

Stars

Watchers

Forks

Packages

No packages published