mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-23 12:19:15 +00:00
* 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>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| .keep | ||
| 4812-expose-unredirected-headers.yml | ||
| 4945-fix-get_vm-int-parse-handling.yaml | ||
| 4953-listen-ports-facts-extend-output.yaml | ||
| 4955-fix-path-detection-for-gopass.yaml | ||
| 4959-pacman-fix-url-packages-name.yaml | ||
| 4964-fix-keyring-info.yml | ||
| 4973-introduce-dig-lookup-argument.yaml | ||
| 4975-xfconf-use-do-raise.yaml | ||
| 4976-apk-add-support-for-a-custom-world-file.yaml | ||
| 4996-consul-session-ttl.yml | ||
| 4999-xfconf-bool.yml | ||
| 5027-fix-returnall-for-gopass.yaml | ||
| 5035-mh-base-verbosity.yaml | ||