Home

Awesome

multi-honeypot-ansible

Set up various honeypot servers

Supported softwares

Requirements

For local development environment:

Usage

production

First of all, install CentOS 7.x to the server.

Change ssh port in /etc/ssh/sshd_config.

Port 10022

Create Ansible inventory file.

$ ${EDITOR} production/inventory
[default]
honeypot.example.com ansible_user=root ansible_port=10022

Run ansible playbook.

$ ansible-playbook -i production/inventory site.yml

local vagrant

Run ansible playbook.

$ vagrant up
$ vagrant provision

View results