Replace metadata

This commit is contained in:
Guido Grazioli 2023-03-08 15:58:09 +01:00
parent 6852871aeb
commit e530ccdc31
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
4 changed files with 6 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,5 +1,4 @@
---
collections:
- name: middleware_automation.redhat_csp_download
version: ">=1.2.1"
- name: middleware_automation.common
- name: ansible.posix