Allow to wait longer for unresponsive hosts
This commit is contained in:
parent
be1cf37ca3
commit
c7896338ed
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
command: "borgmatic init -e {{ borg_repo_key }} {{ borgmatic_init_options | default([]) }}"
|
||||
responses:
|
||||
^.*want to continue connecting.*$: "yes"
|
||||
timeout: 120
|
||||
|
||||
- name: "Borg | Create key export directory"
|
||||
ansible.builtin.file:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
set -eu
|
||||
|
||||
LOGFILE=/var/log/borg
|
||||
TEXTFILE_COLLECTOR_DIR=/var/lib/node_exporter
|
||||
TEXTFILE_COLLECTOR_DIR=/var/lib/prometheus/node-exporter
|
||||
PROM_FILE=$TEXTFILE_COLLECTOR_DIR/backup.prom
|
||||
TMP_FILE=$PROM_FILE.$$
|
||||
HOSTNAME=$(hostname)
|
||||
|
|
Loading…
Reference in a new issue