nmap
Role Name
Nmap
Requirements
Ansible core modules.
Description
Ansible role for installing the open source port scanner Nmap.
This Ansible role will install Nmap from source.
Role Variables
Set type of install to do.
nmap_install_type: 'source'
Set version of Nmap is installed ( Used only for installing via source ).
vnmap_ersion: '6.47'
Nmap download URL ( Used only for installing via source ).
nmap_download_url: 'https://nmap.org/dist/nmap-{{ version }}.tar.bz2'
Download and Install the Ansible Nmap role
ansible-galaxy install jackl0phty.nmap
Execute the Nmap role against your node
ansible-playbook tasks/main.yml
Dependencies
None
Example Playbook
- hosts: servers
roles:
- { role: jackl0phty.nmap, nmap_version: 6.4.7, nmap_install_type: source, nmap_download_url: https://nmap.org/dist/nmap-{{ version }}.tar.bz2 }
License
Apache 2.0 'The License'.
Install
ansible-galaxy install jackl0phty/ansible-role-nmap
License
Unknown
Downloads
78
Owner