For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ansible Test Connection

We can use ping module of Ansible to test whether or not Ansible is able to log onto the configured server(s).

ansible all -m ping

This will ping every server.

Source: Ping Module - Ansible Documentation

Last updated