ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
137 stars 158 forks source link

nmap-cli not found on base awx-ee image #241

Open ayhan6710 opened 6 months ago

ayhan6710 commented 6 months ago

Can we have nmap-cli installed on awx-ee base image in order to use community.general.nmap inventory module on awx ?

ansible_collections.community.general.plugins.inventory.nmap plugin: nmap inventory plugin requires the nmap cli tool to work: Failed to find required executable "nmap" in paths: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin File "/usr/local/lib/python3.9/site-packages/ansible/inventory/manager.py", line 293, in parse_source plugin.parse(self._inventory, self._loader, source, cache=cache) File "/runner/requirements_collections/ansible_collections/community/general/plugins/inventory/nmap.py", line 176, in parse raise AnsibleParserError('nmap inventory plugin requires the nmap cli tool to work: {0}'.format(to_native(e)))