Use and ownership info for the icmp_ping module.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I6721d614ffe818e72f3f0e8b5ab74316d0d653cc
This commit is contained in:
Jiri Podivin 2021-06-02 12:52:55 +02:00
parent a9a316654a
commit 11cdcb1868
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,9 @@
# License for the specific language governing permissions and limitations
# under the License.
"""icmp_ping module
Used by `node-health` and `check-network-gateway` roles.
"""
from ansible.module_utils.basic import AnsibleModule
from yaml import safe_load as yaml_safe_load
@ -25,6 +27,8 @@ short_description: ICMP ping remote hosts
requirements: [ ping ]
description:
- Check host connectivity with ICMP ping.
- Used by `node-health` and `check-network-gateway` roles.
- Owned by the DFG:DF and DFG:Networking
options:
host:
required: true