Update to 2023-07-26 19:00

This commit is contained in:
Daniel Berteaud
2023-07-26 19:00:19 +02:00
parent 0c2cd214b7
commit 090cec6a11
12 changed files with 64 additions and 17 deletions

View File

@@ -29,3 +29,10 @@
dest: /etc/profile.d/vault.sh
mode: 0755
tags: vault
- name: Install backup hooks
template: src={{ item }}-backup.j2 dest=/etc/backup/{{ item }}.d/vault mode=700
loop:
- pre
- post
tags: vault