File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11namespace : middleware_automation
22name : keycloak
3- version : " 0.1.5 "
3+ version : " 0.1.6 "
44readme : README.md
55authors :
66 -
Romain Pelisse <[email protected] >
Original file line number Diff line number Diff line change @@ -19,15 +19,16 @@ Role Defaults
1919| Variable | Description | Default |
2020| :---------| :------------| :---------|
2121| ` keycloak_ha_enabled ` | Enable auto configuration for database backend, clustering and remote caches on infinispan | ` False ` |
22- | ` keycloak_db_enabled ` | Enable auto configuration for database backend | ` True ` if keycloak_ha_enabled is True, else ` False ` |
22+ | ` keycloak_db_enabled ` | Enable auto configuration for database backend | ` True ` if ` keycloak_ha_enabled ` is True, else ` False ` |
2323| ` keycloak_admin_user ` | Administration console user account | ` admin ` |
2424| ` keycloak_bind_address ` | Address for binding service ports | ` 0.0.0.0 ` |
2525| ` keycloak_host ` | hostname | ` localhost ` |
2626| ` keycloak_http_port ` | HTTP port | ` 8080 ` |
2727| ` keycloak_https_port ` | TLS HTTP port | ` 8443 ` |
2828| ` keycloak_management_http_port ` | Management port | ` 9990 ` |
2929| ` keycloak_management_https_port ` | TLS management port | ` 9993 ` |
30- | ` keycloak_java_opts ` | Additional JVM options | ` -Xms1024m -Xmx20480m -XX:MaxPermSize=768m ` |
30+ | ` keycloak_java_opts ` | Additional JVM options | ` -Xms1024m -Xmx2048m ` |
31+ | ` keycloak_prefer_ipv4 ` | Prefer IPv4 stack and addresses for port binding | ` True ` |
3132| ` jvm_package ` | RHEL java package runtime | ` java-1.8.0-openjdk-devel ` |
3233
3334
You can’t perform that action at this time.
0 commit comments