From 785e6c88e4c0a3ccc44fd357b4f693c5aadd432c Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Sun, 28 Jun 2026 21:59:10 +0200 Subject: Add option to disable decryption key export --- defaults/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'defaults') diff --git a/defaults/main.yml b/defaults/main.yml index 9869589..c4b481e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -140,6 +140,7 @@ borg_passphrase: "" # If wish to encrypt the decryption keys, you look into third party tools for # that such as ansible-vault, git-crypt or a completely separate secrets # management system. +# Set to empty string to disable exporting decryption keys entirely. borg_decryption_keys_yaml_path: "{{ inventory_dir }}/decryption_keys.yml" # The role creates a script for backing up with the configured parameters that -- cgit v1.2.3