jpartain89 / vulners-ansible

Official Vulners Ansible module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vulners Ansible Plugin

Introduction

This repo hosts the vulners Ansible Collection.

About vulners

Vulners is a vulnerability database and vulnerability assessment and management system.

Usage

ansible all -m <namespace>.<collection_name>.vulners

DEV Installation

MacOS

Install Ansible locally

brew install ansible

Add list of hosts that need to be monitored

bash-3.2$ vi /etc/ansible/hosts

10.4.1.3
10.5.1.2
10.4.1.1
webgoat.io:2222 ansible_user=test
127.0.0.1:2223 ansible_user=test

Link vulners plugin to local Ansible modules

ln -s ./plugins/action/vulners.py ~/.ansible/plugins/action/vulners.py
ln -s ./plugins/modules/vulners.py ~/.ansible/plugins/modules/vulners.py

Or use local collection

ansible-galaxy collection build
ansible-galaxy collection install <name>

License

GNU General Public License v3.0 or later

See LICENSE to see the full text.

About

Official Vulners Ansible module

License:GNU General Public License v3.0


Languages

Language:Python 71.5%Language:HTML 23.7%Language:Dockerfile 4.4%Language:Shell 0.4%