Module - icmp_ping

Module - icmp_ping

This module provides for the following ansible plugin:

  • icmp_ping

Module Documentation

Check host connectivity with ICMP ping.

Options

host:

IP address or hostname of host to ping

Authors

:

Martin Andre (@mandre)

Example Tasks

- icmp: name=somegroup state=present
- hosts: webservers
  tasks:
  - name: Check Internet connectivity
    ping: host="www.ansible.com"
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.