Merge "Use and ownership info for the icmp_ping module."

This commit is contained in:
Zuul 2021-06-10 21:50:09 +00:00 committed by Gerrit Code Review
commit ef2c6acde0
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