Answers for "ansible select inventory file to adhoc command"

0

ansible select inventory file to adhoc command

# Use flag -i and the path to the inventory. 
ansible all -i=/etc/ansible/[your_inventory] -m ping
Posted by: Guest on February-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language