Local path installation support

This commit is contained in:
root 2022-01-11 01:34:06 -06:00
commit 4217ba6e7f
6 changed files with 126 additions and 18 deletions

View file

@ -0,0 +1,10 @@
---
- name: Playbook for Keycloak Hosts
hosts: keycloak
tasks:
- name: Keycloak Role
include_role:
name: keycloak
vars:
keycloak_admin_password: "changeme"
rhsso_zip_file_local_path: "/tmp/rhsso/rh-sso-7.5-server-dist.zip" # This should be local path of rhsso zip file