mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-11 00:24:35 -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
|
@ -34,6 +34,7 @@ keycloak_http_port: 8080
|
|||
keycloak_https_port: 8443
|
||||
keycloak_ajp_port: 8009
|
||||
keycloak_jgroups_port: 7600
|
||||
keycloak_management_port_bind_address: 127.0.0.1
|
||||
keycloak_management_http_port: 9990
|
||||
keycloak_management_https_port: 9993
|
||||
keycloak_java_opts: "-Xms1024m -Xmx2048m"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue