diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-05-04 13:19:48 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-05-04 13:19:48 -0700 |
commit | 904657c27c5d927fd2117c1e91305c4a1b17d76b (patch) | |
tree | 6b28f1efae207ca8b1f818e6cd62e9ed915a9172 /playbooks/roles/borg/templates/borg_ssh_key.j2 | |
parent | bbad09e2b15eeca86f83a9d2a97449baf71e326f (diff) | |
download | mmt-infra-904657c27c5d927fd2117c1e91305c4a1b17d76b.tar.gz mmt-infra-904657c27c5d927fd2117c1e91305c4a1b17d76b.zip |
borg
Diffstat (limited to 'playbooks/roles/borg/templates/borg_ssh_key.j2')
-rw-r--r-- | playbooks/roles/borg/templates/borg_ssh_key.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/roles/borg/templates/borg_ssh_key.j2 b/playbooks/roles/borg/templates/borg_ssh_key.j2 new file mode 100644 index 0000000..70d4cc9 --- /dev/null +++ b/playbooks/roles/borg/templates/borg_ssh_key.j2 @@ -0,0 +1 @@ +{{ borg_secret_key | b64decode }} |