An open API service indexing awesome lists of open source software.

https://github.com/dinotools/ansible-role-dionaea

ansible role to install and/or update dionaea from git
https://github.com/dinotools/ansible-role-dionaea

ansible ansible-role dionaea honeypot security

Last synced: about 2 months ago
JSON representation

ansible role to install and/or update dionaea from git

Awesome Lists containing this project

README

          

dionaea honeypot
================

Use ansible to install and/or update your dionaea honeypot.

Requirements
------------

none

Role Variables
--------------

Available variables are listed below, along with default values:

dionaea_dest_base_path: /opt/dionaea
dionaea_repo_dir: dionaea_dest_base_path + git
dionaea_repo_url: https://github.com/DinoTools/dionaea.git
dionaea_user: dionaea
dionaea_version: master
dionaea_version_file: dionaea_dest_base_path + installed_version

Dependencies
------------

- ansible >= 2.0

Example Playbook
----------------

- hosts: servers
roles:
- dinotools.dionaea

License
-------

MIT