Today an ansible role to install and update dionaea from the official git repository has been released.
Installing and updating your dionaea honeypot sensor can be very time consuming. So we have released an ansible role to install and/or update dionaea from the git repository.
To download the role run the following command, go to the ansible galaxy or visit the GitHub page.
ansible-galaxy install DinoTools.dionaea
After installing the role you should be able to use it like in the example below.
- hosts: localhost
become: yes
roles:
- DinoTools.dionaea
Feel free to test the role and report any issues on GitHub.
Links
- Website: dionaea on GitHub (English)
- Website: dionaea role for ansible on GitHub (English)