New variable for binding of management ports

This commit is contained in:
Guido Grazioli 2022-09-28 15:33:30 +02:00
commit a7fbce2990
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
6 changed files with 11 additions and 4 deletions

View file

@ -94,6 +94,10 @@ argument_specs:
default: "0.0.0.0"
description: "Address for binding service ports"
type: "str"
keycloak_management_port_bind_address:
default: "127.0.0.1"
description: "Address for binding the managemnt ports"
type: "str"
keycloak_host:
# line 35 of keycloak/defaults/main.yml
default: "localhost"