summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-25 10:29:57 -0400
committerJesse Luehrs <doy@tozt.net>2021-03-25 10:29:57 -0400
commit41ce583094125dd4aa82894d5f57c4d39868b7a4 (patch)
treeb228516a63c482a430e6958f1263795c7b53f986
parenta8ecdcc71e7a2cd5ef46ebb1fa68d246dc781883 (diff)
downloadpuppet-tozt-41ce583094125dd4aa82894d5f57c4d39868b7a4.tar.gz
puppet-tozt-41ce583094125dd4aa82894d5f57c4d39868b7a4.zip
disable strict host key checking as well
this only disables the prompt for never before seen hosts (automatically adding them to known_hosts) - it will still error out if the host identification changes
-rw-r--r--modules/partofme/templates/borgmatic_config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/partofme/templates/borgmatic_config.yaml b/modules/partofme/templates/borgmatic_config.yaml
index 5c69be0..14dc510 100644
--- a/modules/partofme/templates/borgmatic_config.yaml
+++ b/modules/partofme/templates/borgmatic_config.yaml
@@ -16,7 +16,7 @@ location:
storage:
encryption_passphrase: "<%= @borgmatic_passphrase %>"
- ssh_command: /usr/bin/ssh -i /media/persistent/borg/.ssh/borg_ssh_key
+ ssh_command: /usr/bin/ssh -i /media/persistent/borg/.ssh/borg_ssh_key -o StrictHostKeyChecking=no
retention:
keep_daily: 7