mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-07-23 14:00
This commit is contained in:
4
roles/consul/templates/post-backup.j2
Normal file
4
roles/consul/templates/post-backup.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eo pipefail
|
||||
rm -f {{ consul_root_dir }}/backup/consul.snap
|
4
roles/consul/templates/pre-backup.j2
Normal file
4
roles/consul/templates/pre-backup.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eo pipefail
|
||||
consul snapshot save {{ consul_root_dir }}/backup/consul.snap
|
Reference in New Issue
Block a user