summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-prometheus.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 /chaos-at-home/ch-prometheus.yml
parentroot vs alias for nginx static file vhost (diff)
move cryptdisk role to new storage subdir
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 %}