mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-24 13:50:33 -07:00
Local path installation support
This commit is contained in:
parent
ead4688ce6
commit
4217ba6e7f
6 changed files with 126 additions and 18 deletions
10
playbooks/keycloak-local.yml
Normal file
10
playbooks/keycloak-local.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue