Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 621 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 621 Bytes

owasp-honeypot-ansible

Provide deployment for OWASP python Honeypot. It comprises of Ansible roles required to install and prepare the honeypot.

Structure

docker - Ansible role to install Docker.

mongodb - Ansible role to install mongodb.

owasp-honeypot - Ansible role followinf OWASP honeypot installation guide

Example Ansible playbook

- hosts: servers
  roles:
    - owasp_honeypot/docker
    - owasp_honeypot/mongodb
    - owasp_honeypot/owasp-honeypot