mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
3876df9052
* nmap.py: Add sudo nmap
* Update plugins/inventory/nmap.py
Change description of new plugin option adding version_added
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/inventory/nmap.py
Change boolean values of sudo option in example
Co-authored-by: Felix Fontein <felix@fontein.de>
* Create 4506-sudo-in-nmap-inv-plugin.yaml
* Fix typo in yaml format
* Update changelogs/fragments/4506-sudo-in-nmap-inv-plugin.yaml
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* Update changelogs/fragments/4506-sudo-in-nmap-inv-plugin.yaml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Document default as false.
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
(cherry picked from commit 3cce1217db
)
Co-authored-by: ottobits <vindemaio@gmail.com>
2 lines
222 B
YAML
2 lines
222 B
YAML
minor_changes:
|
|
- nmap inventory plugin - add ``sudo`` option in plugin in order to execute ``sudo nmap`` so that ``nmap`` runs with elevated privileges (https://github.com/ansible-collections/community.general/pull/4506).
|