summaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
Diffstat (limited to 'ansible')
-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