summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-epimetheus.yml
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home/ch-epimetheus.yml')
-rw-r--r--chaos-at-home/ch-epimetheus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chaos-at-home/ch-epimetheus.yml b/chaos-at-home/ch-epimetheus.yml
index f1c567dd..ea1b5617 100644
--- a/chaos-at-home/ch-epimetheus.yml
+++ b/chaos-at-home/ch-epimetheus.yml
@@ -8,7 +8,7 @@
- role: core/zsh
- role: core/ntp
- role: network/wakeonlan
- - role: cryptdisk
+ - role: storage/luks/volumes
- role: zfs/base
- role: apt-repo/spreadspace
- role: zfs/sanoid
@@ -37,7 +37,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 %}