Add base role and playbook, molecule configuration

This commit is contained in:
Guido Grazioli 2021-12-14 11:26:42 +01:00
commit 187473447d
35 changed files with 3658 additions and 0 deletions

11
playbooks/keycloak.yml Normal file
View 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