From 68ad28b3d90399bbb1c63db9f09783b9b2519602 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 6 Aug 2022 09:30:06 +0300 Subject: exolobe1: play around with yubikey-luks Sponsored-by: author --- ansible/exolobe1.yml | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) (limited to 'ansible/exolobe1.yml') diff --git a/ansible/exolobe1.yml b/ansible/exolobe1.yml index 678a134..2447a67 100644 --- a/ansible/exolobe1.yml +++ b/ansible/exolobe1.yml @@ -1,30 +1,17 @@ - hosts: exolobe1 remote_user: root become: no - roles: - - role: sane_debian_system - - role: ssd - - role: comfortable-debian-system - - role: intel-wifi - - role: version-controller - - role: emacs - - role: gnome-system - - role: unix_users - - role: thinkpad - - role: rust-rustup - tags: [rustup] - - role: liw - tasks: - apt: name: - - build-essential - - clang - - pkg-config - - nettle-dev - - libpcsclite-dev - - pcscd - - sq-liw + - yubikey-luks + - usbutils + - crypttab: + name: pv0 + opts: keyscript=/usr/share/yubikey-luks/ykluks-keyscript + state: opts_present + - shell: | + update-initramfs -u vars: ansible_python_interpreter: /usr/bin/python3 -- cgit v1.2.1