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:
parent
a9a316654a
commit
11cdcb1868
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user