mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-25 07:21:51 -07:00
Download source via url
This commit is contained in:
parent
4217ba6e7f
commit
ef81faefdf
5 changed files with 47 additions and 8 deletions
10
README.md
10
README.md
|
@ -47,7 +47,7 @@ This is default way, no need to define any additional variables.
|
|||
keycloak_zip_file_local_path: <local path of keycloak zip file>
|
||||
```
|
||||
|
||||
#### Install RHSSO from the Customer Portal, when the following variables are defined
|
||||
#### Install RHSSO from the Customer Support Portal, when the following variables are defined
|
||||
|
||||
```
|
||||
rhn_username: '<customer_portal_username>'
|
||||
|
@ -57,6 +57,14 @@ rhsso_rhn_id: '<sso_product_id>'
|
|||
|
||||
where `sso_product_id` is the ID for the specific Red Hat Single Sign-On version, ie. _101971_ will install version _7.5_)
|
||||
|
||||
#### Install RHSSO from remote sources like Nexus etc, when the following variables are defined
|
||||
|
||||
```
|
||||
rhsso_source_download_url: '<url to downloand RHSSO zip file>'
|
||||
```
|
||||
|
||||
where `sso_product_id` is the ID for the specific Red Hat Single Sign-On version, ie. _101971_ will install version _7.5_)
|
||||
|
||||
#### Install RHSSO from local source when the following variable is defined
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue