Ansible

Disable Host Key Checking

host_key_checking=false

Run Ping on all instances in inventory file

ansible all -i inventory.yml -m ping