add wait_for_port number parameter

This commit is contained in:
Guido Grazioli 2024-07-31 17:18:30 +02:00
commit 34caf6a490
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
4 changed files with 7 additions and 1 deletions

View file

@ -386,6 +386,10 @@ argument_specs:
description: 'Whether systemd unit should wait for keycloak port before returning'
default: "{{ keycloak_quarkus_ha_enabled }}"
type: "bool"
keycloak_quarkus_systemd_wait_for_port_number:
default: "{{ keycloak_quarkus_https_port }}"
description: "The port the systemd unit should wait for, by default the https port"
type: "int"
keycloak_quarkus_systemd_wait_for_log:
description: 'Whether systemd unit should wait for service to be up in logs'
default: false