mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Updated listen_ports_facts documentation (#301)
Updated listen_ports_facts module documentation to reflect - Linux only support - Required netstat command Fixes: ansible/ansible#68077 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
2
changelogs/fragments/listen_ports_facts_doc.yml
Normal file
2
changelogs/fragments/listen_ports_facts_doc.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- Updated documentation about netstat command requirement for listen_ports_facts module (https://github.com/ansible/ansible/issues/68077).
|
||||
@@ -14,14 +14,13 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: listen_ports_facts
|
||||
|
||||
author:
|
||||
- Nathan Davison (@ndavison)
|
||||
|
||||
|
||||
description:
|
||||
- Gather facts on processes listening on TCP and UDP ports.
|
||||
|
||||
- Gather facts on processes listening on TCP and UDP ports using netstat command.
|
||||
- This module currently supports Linux only.
|
||||
requirements:
|
||||
- netstat
|
||||
short_description: Gather facts on processes listening on TCP and UDP ports.
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user