Provide deployment for OWASP python Honeypot. It comprises of Ansible roles required to install and prepare the honeypot.
docker
- Ansible role to install Docker.
mongodb
- Ansible role to install mongodb.
owasp-honeypot
- Ansible role followinf OWASP honeypot installation guide
- hosts: servers
roles:
- owasp_honeypot/docker
- owasp_honeypot/mongodb
- owasp_honeypot/owasp-honeypot