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
- Host: GitHub
- URL: https://github.com/dinotools/ansible-role-dionaea
- Owner: DinoTools
- License: mit
- Created: 2016-10-16T21:19:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T22:13:57.000Z (over 9 years ago)
- Last Synced: 2025-03-10T19:04:43.675Z (over 1 year ago)
- Topics: ansible, ansible-role, dionaea, honeypot, security
- Language: Ruby
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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