mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-11 05:10:28 -07:00
10 lines
No EOL
312 B
YAML
10 lines
No EOL
312 B
YAML
---
|
|
- 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 |