From 7c296e7021ee3371bc7fc87655487256774fc855 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 4 Apr 2021 00:10:55 +0200 Subject: move cryptdisk role to new storage subdir --- chaos-at-home/ch-prometheus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chaos-at-home/ch-prometheus.yml') 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 %} -- cgit v1.2.3