Code review comments

This commit is contained in:
root 2022-01-14 13:54:10 -06:00
commit ce26ceeed0
7 changed files with 65 additions and 44 deletions

14
playbooks/rhsso.yml Normal file
View file

@ -0,0 +1,14 @@
---
- 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
vars:
keycloak_admin_password: "changeme"
keycloak_rhsso_enable: True