jackl0phty.nmap

ko-fi
Travis-ci status: Build Status

Role Name

Nmap

Requirements

You need Ansible core modules.

Description

This Ansible role helps you install the open-source port scanner Nmap.

It will install Nmap from the source code.

Role Variables


Choose how to install it.
nmap_install_type: 'source'

Specify the version of Nmap to install (only for source installation).
nmap_version: '6.47'

Link to download Nmap (only for source installation).
nmap_download_url: 'https://nmap.org/dist/nmap-{{ version }}.tar.bz2'

Download and Install the Ansible Nmap Role


ansible-galaxy install jackl0phty.nmap

Run the Nmap Role on 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'.

Informazioni sul progetto

Installs Nmap; An open source port scanner.

Installa
ansible-galaxy install jackl0phty.nmap
Licenza
Unknown
Download
90
Proprietario