summaryrefslogtreecommitdiff
path: root/dan/sk-tomnext.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-04-04 00:10:55 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-04-04 00:10:55 +0200
commit7c296e7021ee3371bc7fc87655487256774fc855 (patch)
treeeacd6566daa3d253d3942cada9a256b2f26bd138 /dan/sk-tomnext.yml
parentroot vs alias for nginx static file vhost (diff)
move cryptdisk role to new storage subdir
Diffstat (limited to 'dan/sk-tomnext.yml')
-rw-r--r--dan/sk-tomnext.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dan/sk-tomnext.yml b/dan/sk-tomnext.yml
index 5b90526b..2e3127e3 100644
--- a/dan/sk-tomnext.yml
+++ b/dan/sk-tomnext.yml
@@ -8,7 +8,7 @@
- role: core/zsh
- role: core/cpu-microcode
- role: core/admin-users
- - role: cryptdisk
+ - role: storage/luks/volumes
- role: zfs/base
- role: apt-repo/spreadspace
- role: zfs/sanoid
@@ -24,7 +24,7 @@
#!/bin/bash
set -e
- {% for name, volume in cryptdisk_volumes.items() %}
+ {% for name, volume in luks_volumes.items() %}
echo -e "opening crypto volume: \033[1;37m{{ name }}\033[0m"
cryptsetup luksOpen '{{ volume.device }}' '{{ name }}'
{% endfor %}