ansible all -m ping -o

Category: IaC & Automation

ansible all -m ping -o

Ping all hosts with condensed one-line output

Same connectivity check as a plain ping run, but the -o flag condenses each host result to a single line. Much easier to scan across hundreds of hosts for failures. Related: ansible all -i inventory.ini -m ping.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.