mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 02:00:30 -07:00
* 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>
3 lines
272 B
YAML
3 lines
272 B
YAML
---
|
|
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).
|