mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2024-09-26 12:00
This commit is contained in:
@@ -29,4 +29,9 @@
|
||||
- nomad_conf.client.task_drivers.podman.enabled
|
||||
tags: nomad
|
||||
|
||||
|
||||
- name: Handle jwks-proxy service
|
||||
service:
|
||||
name: nomad-jwks-proxy
|
||||
state: "{{ (nomad_conf.tls.http and nomad_conf.server.enabled) | ternary('started', 'stopped') }}"
|
||||
enabled: "{{ (nomad_conf.tls.http and nomad_conf.server.enabled) | ternary(true, false) }}"
|
||||
tags: nomad
|
||||
|
Reference in New Issue
Block a user