Update to 2024-09-26 14:00

This commit is contained in:
Daniel Berteaud
2024-09-26 14:00:18 +02:00
parent 7abdfbe1e8
commit 6674224dcf
3 changed files with 9 additions and 8 deletions

View File

@@ -38,17 +38,18 @@
template: src=jwks-proxy.conf.j2 dest={{ nomad_root_dir }}/jwks-proxy/nginx.conf
notify: reload nomad-jwks-proxy
- name: Deploy jwks-proxy unit
template: src=jwks-proxy.service.j2 dest=/etc/systemd/system/nomad-jwks-proxy.service
register: nomad_jwks_proxy_unit
- name: Deploy logrotate conf
template: src=logrotate.conf.j2 dest=/etc/logrotate.d/nomad-jwks-proxy
tags: nomad
- name: Deploy jwks-proxy unit
template: src=jwks-proxy.service.j2 dest=/etc/systemd/system/nomad-jwks-proxy.service
register: nomad_jwks_proxy_unit
tags: nomad
- name: Reload systemd
systemd: daemon_reload=true
when: nomad_jwks_proxy_unit is defined and nomad_jwks_proxy_unit.changed
when: nomad_jwks_proxy_unit.changed
tags: nomad
- name: Copy consul cert as consul CA