Coder Social home page Coder Social logo

ansible-nessus-agent's Introduction

Nessus Agent Ansible Role

Purpose

Helps automating the deployment and configuration of the Nessus Agent.

Supported Platforms

See meta info.

User Manual

Basic usage

  • Add the role to your project's Ansible galaxy requirements file and install it via the ansible-galaxy command
- src: git+https://github.com/polster/ansible-nessus-agent.git
  name: "nessus-agent"
  version: "v1.0.0"
  • Add the following line to your Ansible playbook's role section as follows (sample):
roles:
    - role: nessus-agent

Deploy and pair

  • Pass in the following values in order to deploy and link the agent (sample values):
roles:
    - role: nessus-agent
      nessus_agent_version: "6.9.1"
      nessus_agent_key: "sdfasdjfee4545345345gasdgsag"
      nessus_agent_name: "osx-server01.tinkerstest.com"
      nessus_agent_host_name: "nessus-manager.tinkerstest.com"
      nessus_agent_host_port: "443"
      nessus_agent_link: true

Custom download location

  • Being recommended to manually download the Agent installer and provide it to this role for download on an internal web server (see known issues) you need to maintain the following URL structure:
http(s)://<host or ip>/path/NessusAgent-<version>.dmg
  • Use the overridable default var in order to point the Ansible role to the new download location (sample):
roles:
    - role: nessus-agent
      nessus_agent_version: "6.9.1"
      nessus_agent_download_url: "http://mywebserver.example.com/new/location/NessusAgent-6.9.1.dmg"

Installed version

  • As soon as the Agent has been installed, this role will create a separate version file containing the exact version of the Agent for reference
  • The version file can be found here:
/Library/NessusAgent/

Configuration

Configurable variables

See defaults

Known issues

Agent download url

Unfortunately the t&m confirmation parameter as part of the vendor download URL for the agent changes from time to time, so an alternative may be to simply download the needed Agent version manually and then put the same on an internal web server.

ansible-nessus-agent's People

Watchers

Simon Dietschi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.