mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
NMAP Inventory Plugin: Added option for specifying DNS servers for name resolution (#9849)
* Added option for specifying DNS servers for name resolution in NMAP inventory plugin. * Added option for specifying DNS servers for name resolution in NMAP inventory plugin. * NMAP Inventory Plugin: Added option for specifying DNS servers for name resolution. * Update plugins/inventory/nmap.py Co-authored-by: Felix Fontein <felix@fontein.de> * NMAP Inventory Plugin: Added option for specifying DNS servers for name resolution. --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
dd0a2cbff9
commit
add892aa45
2 changed files with 12 additions and 0 deletions
3
changelogs/fragments/9849-nmap_dns_servers.yml
Normal file
3
changelogs/fragments/9849-nmap_dns_servers.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- nmap inventory plugin - adds ``dns_servers`` option for specifying DNS servers for name resolution. Accepts hostnames or IP addresses in the same format as the ``exclude`` option (https://github.com/ansible-collections/community.general/pull/9849).
|
Loading…
Add table
Add a link
Reference in a new issue