Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - name: Get hosts
- ovirt_host_info:
- auth: "{{ ovirt_auth }}"
- pattern: "cluster={{ cluster_name | mandatory }} {{ check_upgrade | ternary('', 'update_available=true') }} {{ host_names | map('regex_replace', '^(.*)$', 'name=\\1') | list | join(' or ') }} {{ host_statuses | map('regex_replace', '^(.*)$', 'status=\\1') | list | join(' or ') }}"
- check_mode: "no"
- register: host_info
Advertisement
Add Comment
Please, Sign In to add comment