Update to 2022-09-06 18:00

This commit is contained in:
Daniel Berteaud
2022-09-06 18:00:22 +02:00
parent ac46e06fb3
commit 382804b568
33 changed files with 311 additions and 113 deletions

View File

@@ -6,6 +6,7 @@
- tar
- zstd
- unzip
- jq
tags: vault
- when: vault_install_mode != 'none'
@@ -48,9 +49,16 @@
notify: restart vault
tags: vault
- name: Install consul-template unit
template: src=consul-template-vault.service.j2 dest=/etc/systemd/system/consul-template-vault.service
notify: restart consul-template-vault
when: vault_secrets.nomad.enabled
register: vault_secrets_nomad_unit
tags: vault
- name: Reload systemd
systemd: daemon_reload=True
when: vault_unit.changed
when: vault_unit.changed or (vault_secrets_nomad_unit is defined and vault_secrets_nomad_unit.changed)
tags: vault
- name: Install dehydrated hook
@@ -65,3 +73,4 @@
dest: /etc/profile.d/vault.sh
mode: 0755
tags: vault