Electricmonk

Ferry Boender

Programmer, DevOpper, Open Source enthusiast.

Blog

Category: projects

Exploring UPnP with Python

UPnP stands for Universal Plug and Play. It’s a standard for discovering and interacting with services offered by various devices on a network. Common examples include: Discovering, listing and streaming media from media servers Controlling home network routers: e.g. automatic configuration of port forwarding to an internal device such as your Playstation or XBox. In this […]

Ansible-cmdb v1.14: Generate a host overview of Ansible facts.

I’ve just released ansible-cmdb v1.14. Ansible-cmdb takes the output of Ansible’s fact gathering and converts it into a static HTML overview page containing system configuration information. It supports multiple templates and extending information gathered by Ansible with custom data. This release includes the following bugfixes and feature improvements: Look for ansible.cfg and use hostfile setting. html_fancy: […]

mdpreview, a Markdown previewer to be used with an external editor

There are many Markdown previewers out there, from the simplest commandline tool + webbrowser to full-fledged Markdown IDE’s. I’ve tried quite a few, and I like none of them. I write my Markdown in an external editor (Vim), something very few Markdown previewers take in account. The ones that do are buggy. So I wrote mdpreview, […]

Ansible-cmdb v1.12: Generate a host overview of Ansible facts.

I’ve just released ansible-cmdb v1.12. Ansible-cmdb takes the output of Ansible’s fact gathering and converts it into a static HTML overview page containing system configuration information. It supports multiple templates and extending information gathered by Ansible with custom data. This release includes the following bugfixes and feature improvements: Bugfix: Don’t parse hidden files in fact output […]

Ansible-cmdb v1.10 released

I’ve just released ansible-cmdb v1.10. Ansible-cmdb takes the output of Ansible’s fact gathering and converts it into a static HTML overview page containing system configuration information. It supports multiple templates and extending information gathered by Ansible with custom data. This is a feature and bugfix release, including the following changes: Fix for UTF-8 characters appearing in […]

Introducing ScriptForm: Stand-alone webserver that generates forms to serve as frontends to scripts

I’ve just releases v1.0 of ScriptForm. ScriptForm is a stand-alone webserver that automatically generates forms from JSON to serve as frontends to scripts. It takes a JSON file which contains form definitions, constructs web forms from this JSON and serves these to users over HTTP. The user can select a form and fill it out. When […]

Ansible-cmdb v1.8: Bugfixes and new columns

I’ve just released ansible-cmdb v1.9. Ansible-cmdb takes the output of Ansible’s fact gathering and converts it into a static HTML overview page containing system configuration information. It supports multiple templates and extending information gathered by Ansible with custom data. This is a feature and bugfix release, including the following changes: Always output UTF-8. Added the ‘json’ […]

Bexec v0.9 has been released

Bexec is a vim plugin that allows the user to execute the current buffer. Version 0.9 has just been released. This version changes Bexec so it’s autoloaded on demand, rather than always. This reduces Vim startup times if you’re not going to use Bexec. Many thanks to Lucas Hoffmann for this change. The new version […]

Ansible-cmdb v1.7: New columns and togglable columns

I’ve just released ansible-cmdb v1.7. Ansible-cmdb takes the output of Ansible’s fact gathering and converts it into a static HTML overview page containing system configuration information. It supports multiple templates and extending information gathered by Ansible with custom data. This is a feature and bugfix release, including the following changes: Support for showing only specific columns […]

A new Material design for Ansible-cmdb v1.5

Ansible-cmdb takes the output of Ansible’s setup module and converts it into a static HTML overview page containing system configuration information. While the previous generated overview page was functional, it didn’t look very good. So for the v1.5 release (which is now available), I gave it an overhaul. I decided on Material design because it gives […]

The text of all posts on this blog, unless specificly mentioned otherwise, are licensed under this license.