Ansible Inventory

[linkstandalone]

Recently I've started using ansible after a couple of years using salt stack. In general ansible feels very easy to use and very versatile. However, one of the things I miss is an easier way to handle your hosts inventory: manage groups, manage variables, etc.

For that reason I started a small program that helps me do all the inventory management using a console interface. It also integrates directly with ansible as a dynamic inventory. Here are some of the features:

Let me show you how it looks.

assets/ansible_inventory.gif

You can get more information and the tool itself on github: https://github.com/diego-treitos/ansible-inventory.

As always, all sugestions are welcome so please, let me know what you think.