dlemaireibm / dlemaireibm.pingd / 1.1.1 / module / pingd Try to connect to host, verify a usable python and return C(pong) on success | "added in version" historical of dlemaireibm.pingd" Authors: Ansible Core Team, Michael DeHaan, Daniel Lemairedlemaireibm.pingd.pingd (1.1.1) — module
Install with ansible-galaxy collection install dlemaireibm.pingd:==1.1.1
collections: - name: dlemaireibm.pingd version: 1.1.1
A trivial test module, this module always returns C(pong) on successful contact. It does not make sense in playbooks, but it is useful from C(/usr/bin/ansible) to verify the ability to login and that a usable Python is configured.
This is NOT ICMP ping, this is just a trivial test module that requires Python on the remote-node.
For Windows targets, use the M(ansible.windows.win_ping) module instead.
For Network targets, use the M(ansible.netcommon.net_ping) module instead.
data: default: pong description: - Data to return for the C(ping) return value. - If this parameter is set to C(crash), the module will cause an exception. type: str
ping: description: value provided with the data parameter returned: success sample: pong type: str