diff options
Diffstat (limited to '.sops.yaml')
| -rw-r--r-- | .sops.yaml | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,24 +1,31 @@ keys: - &general age1w80rc0dnuu8nw99gw64c596qqetm78jdnsqajr0u7ephykekr39qfz8vnv - &flex-wg-router age1f0tmpy2nam58skmznjyqd3zf54rxtfrk6fda0vlpq9y3yg6wac7sjf0vja + - &poweredge age1zfvmt2avdlfz0fvchczplc84u7m8vqausm7zytl9s4x9m9yax4cqy30zpz creation_rules: - - path_regex: timmy/resources/secrets/.*\.yaml + - path_regex: timmy/resources/secrets/.* key_groups: - age: - *general - *flex-wg-router + - *poweredge - - path_regex: T495/resources/secrets/.*\.yaml + - path_regex: T495/resources/secrets/.* key_groups: - age: - *general - - path_regex: X230/resources/secrets/.*\.yaml + - path_regex: X230/resources/secrets/.* key_groups: - age: - *general - - path_regex: flex-wg-router/resources/secrets/.*\.yaml + - path_regex: flex-wg-router/resources/secrets/.* key_groups: - age: - *flex-wg-router + + - path_regex: poweredge/resources/secrets/.* + key_groups: + - age: + - *poweredge |
