mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 16:41:30 -07:00
fix: template ports
This commit is contained in:
parent
8895bc8e1f
commit
8882b36c83
6 changed files with 17 additions and 112 deletions
|
@ -35,6 +35,8 @@ keycloak_bind_address: 0.0.0.0
|
|||
keycloak_host: localhost
|
||||
keycloak_http_port: 8080
|
||||
keycloak_https_port: 8443
|
||||
keycloak_ajp_port: 8009
|
||||
keycloak_jgroups_port: 7600
|
||||
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