ping
Collection: builtin
Full Name: parallax.builtin.ping
Aliases: ansible.builtin.ping, ping
Synopsis
Verify that a host is reachable and can run modules
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| data | string | pong | Data to return for the ping |
Example
- name: Check connectivity before doing any work
ping: