mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-25 23:41:50 -07:00
Add base role and playbook, molecule configuration
This commit is contained in:
parent
b23c54409f
commit
187473447d
35 changed files with 3658 additions and 0 deletions
11
playbooks/keycloak.yml
Normal file
11
playbooks/keycloak.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- name: Playbook for Keycloak Hosts
|
||||
hosts: keycloak
|
||||
collections:
|
||||
- middleware_automation.redhat_csp_download
|
||||
roles:
|
||||
- redhat_csp_download
|
||||
tasks:
|
||||
- name: Keycloak Role
|
||||
include_role:
|
||||
name: keycloak
|
Loading…
Add table
Add a link
Reference in a new issue