Ansible
#######

Disable **Host Key Checking**
=============================
.. code-block:: bash

   host_key_checking=false


Run Ping on all instances in inventory file
===========================================
.. code-block:: bash

   ansible all -i inventory.yml -m ping