aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorColin Wilk <colin@wilk.cx>2026-06-28 21:59:10 +0200
committerColin Wilk <colin@wilk.cx>2026-06-28 22:26:36 +0200
commit785e6c88e4c0a3ccc44fd357b4f693c5aadd432c (patch)
treeb64ec2c57634edcb8a90b0a6a469fcbc8180e2b9 /README.md
parent9df891b2bc48a7565103bab3f5bdc64542aec5f8 (diff)
downloadansible-role-borgbackup-785e6c88e4c0a3ccc44fd357b4f693c5aadd432c.tar.gz
ansible-role-borgbackup-785e6c88e4c0a3ccc44fd357b4f693c5aadd432c.zip
Add option to disable decryption key export
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3d80e28..c01e109 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,12 @@ the keys in a secure location outside of git.
borg_decryption_keys_yaml_path: "{{ inventory_dir }}/decryption_keys.yml"
```
+Set to an empty string to disable exporting decryption keys entirely:
+
+```yaml
+borg_decryption_keys_yaml_path: ""
+```
+
The scheduling of the backups is done via systemd. For this purpose a systemd
service and a corresponding timer are created.
Additionally, we create backup scripts for use in the systemd service and for