mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 16:41:30 -07:00
New variable for binding of management ports
This commit is contained in:
parent
dfc1912a99
commit
a7fbce2990
6 changed files with 11 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue