add wait_for_port number parameter

This commit is contained in:
Guido Grazioli
2024-07-31 17:18:30 +02:00
parent fa6ac99b34
commit 34caf6a490
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