summaryrefslogtreecommitdiff
path: root/ansible/exolobe1.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-08-06 09:30:06 +0300
committerLars Wirzenius <liw@liw.fi>2022-08-06 09:30:06 +0300
commit68ad28b3d90399bbb1c63db9f09783b9b2519602 (patch)
treeda6ee0972abbaa475e025ec9364f45e8629919bc /ansible/exolobe1.yml
parent0e4acc3ce057fd65a096a885bc72d30bd554f25f (diff)
downloadansibleness-68ad28b3d90399bbb1c63db9f09783b9b2519602.tar.gz
exolobe1: play around with yubikey-luks
Sponsored-by: author
Diffstat (limited to 'ansible/exolobe1.yml')
-rw-r--r--ansible/exolobe1.yml29
1 files changed, 8 insertions, 21 deletions
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