From f92ff4faf08e066c89a7fe76ed804d7f4451f95c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 30 Jul 2024 19:25:50 +0000 Subject: ... --- .sops.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to '.sops.yaml') diff --git a/.sops.yaml b/.sops.yaml index 0dba3f40..51823ad2 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -5,13 +5,13 @@ keys: - &machine_sif age1fj65apkhfkrwyv5tx6zcs9nkjg8267fy733qph30sc7zfn7vapjqkd5kne creation_rules: - - path_regex: surtr[^\/]*$ + - path_regex: surtr\/?[^\/]*$ key_groups: - age: [ *admin_gkleen, *machine_surtr ] - - path_regex: vidhar[^\/]*$ + - path_regex: vidhar\/?[^\/]*$ key_groups: - age: [ *admin_gkleen, *machine_vidhar ] - - path_regex: sif[^\/]*$ + - path_regex: sif\/?[^\/]*$ key_groups: - age: [ *admin_gkleen, *machine_sif ] - path_regex: ^hosts/surtr/ @@ -23,6 +23,3 @@ creation_rules: - path_regex: ^hosts/sif/ key_groups: - age: [ *admin_gkleen, *machine_sif ] - - path_regex: ^modules/yggdrasil/hosts/sif/ - key_groups: - - age: [ *admin_gkleen, *machine_sif ] -- cgit v1.2.3