Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - name: Get Host volumes with valid
- no_log: false
- uri:
- url: "{{ ovirt_auth.url }}/clusters/{{ ovirt_clusters[0].id }}/glustervolumes"
- validate_certs: false
- method: GET
- headers:
- Authorization: "Bearer {{ ovirt_auth.token }}"
- register: host_volumes
- when: ovirt_clusters[0].gluster_service == True
Advertisement
Add Comment
Please, Sign In to add comment