Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

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

 

 

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]