mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 16:25:56 +02:00
Update to 2023-09-20 10:00
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eo pipefail
|
||||
rm -f {{ consul_root_dir }}/backup/consul.snap
|
||||
rm -f {{ consul_root_dir }}/backup/consul*.snap
|
||||
|
@@ -12,4 +12,4 @@ fi
|
||||
export CONSUL_HTTP_TOKEN={{ consul_backup_token }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
consul snapshot save {{ consul_root_dir }}/backup/consul.snap
|
||||
consul snapshot save -append-filename version,dc,node,status {{ consul_root_dir }}/backup/consul.snap
|
||||
|
Reference in New Issue
Block a user