This module provides for the following ansible plugin:
- icmp_ping
Check host connectivity with ICMP ping.
| host: | IP address or hostname of host to ping |
|---|
| : | Martin Andre (@mandre) |
|---|
- icmp: name=somegroup state=present
- hosts: webservers
tasks:
- name: Check Internet connectivity
ping: host="www.ansible.com"
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.