mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-11 13:20:29 -07:00
Replace metadata
This commit is contained in:
parent
6852871aeb
commit
e530ccdc31
4 changed files with 6 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
collections:
|
||||
- name: middleware_automation.redhat_csp_download
|
||||
version: ">=1.2.1"
|
||||
- name: middleware_automation.common
|
||||
- name: ansible.posix
|
||||
|
|
Loading…
Add table
Reference in a new issue