Answers for "ansible ping ad hoc"

1

ansible ping ad hoc

ansible <HOST_GROUP> -m ping
ansible -i <INVENTORY_FILE> <HOST_GROUP> -m ping
Posted by: Guest on April-29-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language