mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 20:20:31 -07:00
Adding `open` option to nmap (#6200)
* Adding nmap `open` option
* Removing accidental copy/paste issue
* Update changelogs/fragments/6200-adding-open-option-to-nmap.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/inventory/nmap.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 59e58079cb
)
Co-authored-by: barloff-st <42866449+barloff-st@users.noreply.github.com>
2 lines
No EOL
168 B
YAML
2 lines
No EOL
168 B
YAML
minor_changes:
|
|
- nmap inventory plugin - add new option ``open`` for only returning open ports (https://github.com/ansible-collections/community.general/pull/6200). |