mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-05 21:54:30 -07:00
add wait_for_port number parameter
This commit is contained in:
parent
fa6ac99b34
commit
34caf6a490
4 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue