mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-10-16 13:24:12 -07:00
Update docs, fix patch apply steps and cli vars
This commit is contained in:
parent
707d8cfb11
commit
cfdc043770
9 changed files with 130 additions and 13 deletions
|
@ -6,15 +6,8 @@
|
|||
fail_msg: "Missing required parameters to execute CLI."
|
||||
quiet: true
|
||||
|
||||
- name: Verify server management interface is functional
|
||||
ansible.builtin.uri:
|
||||
url: "{{ keycloak_management_url }}"
|
||||
register: result
|
||||
until: result.status == 200
|
||||
retries: 5
|
||||
delay: 5
|
||||
|
||||
- name: "Execute CLI query: {{ query }}"
|
||||
ansible.builtin.command: >
|
||||
{{ path_to_cli }} -c --output-json --command='{{ query }}' --controller={{ keycloak_host }}:{{ keycloak_management_http_port }}
|
||||
changed_when: false
|
||||
{{ keycloak.cli_path }} --connect --command='{{ query }}' --controller={{ keycloak_host }}:{{ keycloak_management_http_port }}
|
||||
changed_when: false
|
||||
register: cli_result
|
Loading…
Add table
Add a link
Reference in a new issue