Skip to content

Commit

Permalink
Switch collection dep from jcliff to wildfly
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Dec 30, 2021
1 parent d663dea commit daa5396
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
- sso
dependencies:
"middleware_automation.redhat_csp_download": ">=1.2.1"
"middleware_automation.jcliff": ">=0.0.19"
"middleware_automation.wildfly": ">=0.0.4"
repository: https://github.com/ansible-middleware/keycloak
documentation: https://github.com/ansible-middleware/keycloak
homepage: https://github.com/ansible-middleware/keycloak
Expand Down
9 changes: 8 additions & 1 deletion roles/keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ keycloak
Install [keycloak](https://keycloak.org/) or [Red Hat Single Sing-On](https://access.redhat.com/products/red-hat-single-sign-on) server configurations.


Requirements
------------

This role requires the `python3-netaddr` library installed on the controller node.


Role Defaults
-------------

Expand All @@ -20,6 +26,7 @@ Role Defaults
|`keycloak_management_https_port`| TLS management port | `9993`
|`keycloak_java_opts`| | `-Xms1024m -Xmx20480m -XX:MaxPermSize=768m`


Role Variables
--------------

Expand Down Expand Up @@ -65,7 +72,7 @@ Dependencies
The roles depends on:

* the redhat_csp_download role from [middleware_automation.redhat_csp_download](https://github.com/ansible-middleware/redhat-csp-download) collection
* the wildfly_driver role from [middleware_automation.jcliff](https://github.com/ansible-middleware/ansible_collections_jcliff) collection
* the wildfly_driver role from [middleware_automation.wildfly](https://github.com/ansible-middleware/wildfly) collection


Example Playbook
Expand Down
2 changes: 1 addition & 1 deletion roles/keycloak/meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
collections:
- middleware_automation.redhat_csp_download
- middleware_automation.jcliff
- middleware_automation.wildfly

galaxy_info:
role_name: keycloak
Expand Down
2 changes: 1 addition & 1 deletion roles/keycloak/tasks/systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
url: "{{ health_url }}"
register: keycloak_status
until: keycloak_status.status == 200
retries: 20
retries: 25
delay: 10

0 comments on commit daa5396

Please sign in to comment.