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 pingThis will ping every server.
Last updated
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 pingThis will ping every server.
Last updated