mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-06-13 12:05:54 +00:00
Merge pull request #342 from RanabirChakraborty/JN_to_UD
Jboss Network replace with Unified Downloads
This commit is contained in:
@@ -96,7 +96,7 @@
|
|||||||
- not sso_enable is defined or not sso_enable
|
- not sso_enable is defined or not sso_enable
|
||||||
- not keycloak_offline_install
|
- not keycloak_offline_install
|
||||||
|
|
||||||
- name: Perform download from RHN using JBoss Network API
|
- name: Perform download from RHN using Unified Downloads API
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
when:
|
when:
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
- sso_enable is defined and sso_enable
|
- sso_enable is defined and sso_enable
|
||||||
- not keycloak_offline_install
|
- not keycloak_offline_install
|
||||||
block:
|
block:
|
||||||
- name: Retrieve product download using JBoss Network API
|
- name: Retrieve product download using Unified Downloads API
|
||||||
middleware_automation.common.product_search:
|
middleware_automation.common.product_search:
|
||||||
client_id: "{{ rhn_username }}"
|
client_id: "{{ rhn_username }}"
|
||||||
client_secret: "{{ rhn_password }}"
|
client_secret: "{{ rhn_password }}"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
when: sso_patch_version is defined
|
when: sso_patch_version is defined
|
||||||
become: "{{ keycloak_rhsso_patch_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_rhsso_patch_require_privilege_escalation | default(true) }}"
|
||||||
|
|
||||||
- name: Perform patch download from RHN via JBossNetwork API
|
- name: Perform patch download from RHN via Unified Downloads API
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
when:
|
when:
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
- not keycloak_offline_install
|
- not keycloak_offline_install
|
||||||
- sso_apply_patches
|
- sso_apply_patches
|
||||||
block:
|
block:
|
||||||
- name: Retrieve product download using JBossNetwork API
|
- name: Retrieve product download using Unified Downloads API
|
||||||
middleware_automation.common.product_search:
|
middleware_automation.common.product_search:
|
||||||
client_id: "{{ rhn_username }}"
|
client_id: "{{ rhn_username }}"
|
||||||
client_secret: "{{ rhn_password }}"
|
client_secret: "{{ rhn_password }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user