riteshchikatwar

Untitled

Dec 12th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. - name: Get Host volumes with valid
  2. no_log: false
  3. uri:
  4. url: "{{ ovirt_auth.url }}/clusters/{{ ovirt_clusters[0].id }}/glustervolumes"
  5. method: GET
  6. body_format: json
  7. validate_certs: false
  8. headers:
  9. Authorization: "Bearer {{ ovirt_auth.token }}"
  10. register: upgrade_set
  11. when: ovirt_clusters[0].gluster_service == True
Advertisement
Add Comment
Please, Sign In to add comment