From 2f712a935e432ef23f6d8080b3b450ead964783b Mon Sep 17 00:00:00 2001 From: rasmus Date: Sun, 28 Jul 2024 03:32:11 +0300 Subject: [PATCH] fixup: nas root is not encrypted and failed --- ansible/zrepl/zrepl_nas.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/zrepl/zrepl_nas.yml.j2 b/ansible/zrepl/zrepl_nas.yml.j2 index f5669f7..37b6aaa 100644 --- a/ansible/zrepl/zrepl_nas.yml.j2 +++ b/ansible/zrepl/zrepl_nas.yml.j2 @@ -12,7 +12,7 @@ jobs: type: snap # "<" aka recursive, https://zrepl.github.io/configuration/filter_syntax.html filesystems: - 'nas<': true + 'nas/k6<': true snapshotting: type: periodic prefix: zrepl_ @@ -42,6 +42,6 @@ jobs: "78.28.64.17": "offsite.k-space.ee", } filesystems: - 'nas<': true + 'nas/k6': true snapshotting: # handled by above job, separated for secuwurity (isolation of domains) type: manual