Ansible role for installing and configuring Nessus Agent
https://galaxy.ansible.com/singleplatform-eng/nessus-agent/
-
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
- hosts: all
become: yes
roles:
- role: ansible-role-nessus-agent
nessus_agent_key: xxxxxxxxx
tags: nessus-agent
BSD 3-Clause