From e530ccdc31883d73643d99e2599abc234e3133e9 Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Wed, 8 Mar 2023 15:58:09 +0100 Subject: [PATCH] Replace metadata --- galaxy.yml | 2 +- molecule/requirements.yml | 3 +-- playbooks/rhsso.yml | 7 +++---- requirements.yml | 3 +-- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 29d1d00..3eec4c8 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -22,7 +22,7 @@ tags: - authentication - java dependencies: - "middleware_automation.redhat_csp_download": ">=1.2.1" + "middleware_automation.common": ">=1.0.0" "ansible.posix": ">=1.4.0" repository: https://github.com/ansible-middleware/keycloak documentation: https://ansible-middleware.github.io/keycloak diff --git a/molecule/requirements.yml b/molecule/requirements.yml index 0aed172..2e0ae56 100644 --- a/molecule/requirements.yml +++ b/molecule/requirements.yml @@ -1,7 +1,6 @@ --- collections: - - name: middleware_automation.redhat_csp_download - version: ">=1.2.1" + - name: middleware_automation.common - name: community.general - name: ansible.posix - name: community.docker diff --git a/playbooks/rhsso.yml b/playbooks/rhsso.yml index c8dbc44..25e4bae 100644 --- a/playbooks/rhsso.yml +++ b/playbooks/rhsso.yml @@ -1,9 +1,8 @@ --- -- name: Playbook for Keycloak Hosts - hosts: keycloak +- name: Playbook for Red Hat SSO Hosts + hosts: sso vars: keycloak_admin_password: "remembertochangeme" sso_enable: True roles: - - middleware_automation.redhat_csp_download.redhat_csp_download - - middleware_automation.keycloak.keycloak + - redhat.sso.sso diff --git a/requirements.yml b/requirements.yml index dae1d95..3f6feef 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,5 +1,4 @@ --- collections: - - name: middleware_automation.redhat_csp_download - version: ">=1.2.1" + - name: middleware_automation.common - name: ansible.posix