Skip to content

GSA/ansible-role-nessus-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

ansible-role-nessus-agent

Ansible role for installing and configuring Nessus Agent

https://galaxy.ansible.com/singleplatform-eng/nessus-agent/

Role Variables

  • nessus_agent_key: key used for linking with nessus host (this is a required variable)

  • nessus_agent_group: host group this agent should be added to when linking with nessus host (this is a required variable)

  • nessus_agent_host: nessus host to link with (default: cloud.tenable.com)

  • nessus_agent_port: nessus host port (default: 443)

  • nessus_agent_package: can be either a repository package or a path to a file (default: NessusAgent)

      nessus_agent_package: nessus-agent 
      nessus_agent_package: /tmp/nessus-agent_6.8.1_amd64.deb
    

Example Playbook

- hosts: all
  become: yes
  roles:
     - role: ansible-role-nessus-agent
       nessus_agent_key: xxxxxxxxx
       tags: nessus-agent

Author Information

SinglePlatform Engineering

License

BSD 3-Clause

About

Role for Installing/Configuring Nessus Agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published