Ansible Select Inventory File para o comando adhoc
# Use flag -i and the path to the inventory.
ansible all -i=/etc/ansible/[your_inventory] -m ping
RicarHincapie
# Use flag -i and the path to the inventory.
ansible all -i=/etc/ansible/[your_inventory] -m ping