New variable for binding of management ports

This commit is contained in:
Guido Grazioli
2022-09-28 15:33:30 +02:00
parent dfc1912a99
commit a7fbce2990
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"