The repo has moved to https://github.com/vulnersCom/vulners-ansible
This repo hosts the vulners Ansible Collection.
Vulners is a vulnerability database and vulnerability assessment and management system.
ansible all -m <namespace>.<collection_name>.vulnersInstall 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=testLink 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.pyOr use local collection
ansible-galaxy collection build
ansible-galaxy collection install <name>GNU General Public License v3.0 or later
See LICENSE to see the full text.