roles/keycloak: debug
This commit is contained in:
parent
1347522398
commit
ff517983f4
@ -8,6 +8,9 @@
|
||||
keycloak_db_password : "{{ command_raw.stdout_lines[0] }}"
|
||||
when: inventory_hostname in groups[group][0]
|
||||
|
||||
- name: Show Debug Info
|
||||
debug: var=command_raw verbosity=0
|
||||
|
||||
- name: Setup Keycloak Server
|
||||
script: files/setup-keycloak.sh {{ hostvars[groups[group][0]].keycloak_db_password }} {{ keycloak_ui_password }} {{ domain }} {{ secret }} {{ namespace }}
|
||||
when: inventory_hostname in groups[group]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user