Hi Group,

Greetings !!

I appreciate your valuable suggestion and advice on the below issue i am facing with ansible module "ansible.builtin.wait_for_connection "

@title Wait for vm connectivity

@comment This task wait for vms to come up

  • name: “Wait for vm connectivity: {{ vm_name }}”
    ansible.builtin.wait_for_connection:
    connect_timeout: 10
    delay: 10
    timeout: 300
    delegate_to: “{{ delegation_host }}”
    tags:
  • vm-setup

TASK [Wait for vm connectivity: N3D26-SGKCDS601-X] ****************************************************************
[WARNING]: Reset is not implemented for this connection
ok: [DEV-sgw601 → localhost]

Thanks
Deepak B Kumar