diff options
| author | Colin Wilk <colin@wilk.cx> | 2026-06-28 21:59:10 +0200 |
|---|---|---|
| committer | Colin Wilk <colin@wilk.cx> | 2026-06-28 22:26:36 +0200 |
| commit | 785e6c88e4c0a3ccc44fd357b4f693c5aadd432c (patch) | |
| tree | b64ec2c57634edcb8a90b0a6a469fcbc8180e2b9 /defaults/main.yml | |
| parent | 9df891b2bc48a7565103bab3f5bdc64542aec5f8 (diff) | |
| download | ansible-role-borgbackup-785e6c88e4c0a3ccc44fd357b4f693c5aadd432c.tar.gz ansible-role-borgbackup-785e6c88e4c0a3ccc44fd357b4f693c5aadd432c.zip | |
Add option to disable decryption key export
Diffstat (limited to 'defaults/main.yml')
| -rw-r--r-- | defaults/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |