1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules
PKehnel c273498a03
Module listen ports facts extend output (#4953)
* Initial Rework of netstat and ss to include additional information.
State, foreign address, process.

* Fixed sanity tests. Python 2 compatible code. pylint errors resolved.

* Sanity tests. ss_parse fix minor error I created before.

* Rename variable for clarity

* Python2 rsplit takes no keyword argument. -> remove keyword argument

* Generic improvments for split_pid_name. Added changelog

* Sanity Test (no type hints for python2.7)

* add include_non_listening param. Add param to test. Add documentation. Only return state and foreign_address when include_non_listening

* Update changelogs/fragments/4953-listen-ports-facts-extend-output.yaml

Co-authored-by: Felix Fontein <felix@fontein.de>

* Add info to changelog fragment. Clarify documentation.

* The case where we have multiple entries in pids for udp eg: users:(("rpcbind",pid=733,fd=5),("systemd",pid=1,fd=30)) is not in the tests. So roll back to previous approach where this is covered. Fix wrong if condition for include_non_listening.

* Rewrite documentation and formatting.

* Last small documentation adjustments.

* Update parameters to match description.

* added test cases to check if include_non_listening is set to no by default. And test if ports and foreign_address exists if set to yes

* undo rename from address to local_address -> breaking change

* Replace choice with bool, as it is the correct fit here

* nestat distinguishes between tcp6 and tcp output should always be tcp

* Minor adjustments in the docs (no -> false, is set to yes -> true)

Co-authored-by: Paul-Kehnel <paul.kehnel@ocean.ibm.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2022-07-31 22:12:38 +02:00
..
cloud proxmox module_utils: fix get_vm int parse handling (#4945) 2022-07-21 07:19:44 +02:00
clustering consul: add support for session TTL (#4996) 2022-07-31 13:17:43 +02:00
database Fix sanity issues. (#4346) 2022-03-14 20:56:27 +01:00
files Misc. typo fixes (#4940) 2022-07-08 23:11:57 +02:00
identity Misc. typo fixes (#4940) 2022-07-08 23:11:57 +02:00
monitoring Fix various module docs. (#4887) 2022-06-22 22:43:48 +02:00
net_tools Misc. typo fixes (#4940) 2022-07-08 23:11:57 +02:00
notification Replace symlinks with meta/runtime.yml redirects. (#4562) 2022-04-26 20:33:13 +02:00
packaging Pacman: Add support for install reason (#4956) 2022-07-31 22:10:49 +02:00
remote_management Redfish modules for Western Digital UltraStar Data102 storage enclosures (#4885) 2022-07-16 22:59:13 +02:00
source_control Misc. typo fixes (#4940) 2022-07-08 23:11:57 +02:00
storage Misc. typo fixes (#4940) 2022-07-08 23:11:57 +02:00
system Module listen ports facts extend output (#4953) 2022-07-31 22:12:38 +02:00
web_infrastructure Fix various module docs. (#4887) 2022-06-22 22:43:48 +02:00