below is my task to check the job completed status for the set of ips, and for an ip approximately taking 15 mins to get the status. if i am having 5 number of ips its taking too long to complete my task.
so i am looking for parallel options to check for this particular task. is is passible to do that?
if yes can anyone guide me pls.
- name: PPS Playbook Status
pps_check:
vm_ip: "{{ item }}"
register: status_check
with_items: "{{available_ips}}"
tags:
- pps-status