mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-06-13 12:05:54 +00:00
Update docs, fix patch apply steps and cli vars
This commit is contained in:
committed by
Pelisse Romain
parent
707d8cfb11
commit
cfdc043770
@@ -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
|
||||
Reference in New Issue
Block a user