HI TEAM,

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 }}"
        url: "https://bldrapp.sys.comcast.net/api/v3/hosts/status?host-list=
"
      register: status_check
      with_items: "{{available_ips}}"
      tags:
        - pps-status

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CALyK%3Dg_4hbNRwjeq0dbJYcJNi9_VmO%2Bd%2Bs6Ur%2B7Q2VrfCKZ40w%40mail.gmail.com.

Reply via email to