summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-prometheus.yml
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home/ch-prometheus.yml')
-rw-r--r--chaos-at-home/ch-prometheus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chaos-at-home/ch-prometheus.yml b/chaos-at-home/ch-prometheus.yml
index 4ecc415e..4d6563d4 100644
--- a/chaos-at-home/ch-prometheus.yml
+++ b/chaos-at-home/ch-prometheus.yml
@@ -7,7 +7,7 @@
- role: core/sshd
- role: core/zsh
- role: core/cpu-microcode
- - role: cryptdisk
+ - role: storage/luks/volumes
- role: zfs/base
- role: apt-repo/spreadspace
- role: zfs/sanoid
@@ -25,7 +25,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 %}