Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 311 Bytes

File metadata and controls

11 lines (7 loc) · 311 Bytes

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