Software >> Automation >> Ansible >> Modules >> ping >> Examples

 

ping

online help: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/ping_module.html
offline help: ansible-doc ping
 


## PLAYBOOK

ping1.yml

---
- name: ansible ping module - example 1
  hosts: all
  become: True
  tasks:

  - name: Ping the managed node
    ping:




## OUTPUT


 

References

  1. ansible.builtin plugins and modules index