Skip to content

Polyconseil/ansibilo

Repository files navigation

Ansibilo - Set of tools for Ansible

Ansibilo is a set of tools for Ansible. It provides:

  • facto, an Ansible module to create secrets and select unused ports on the remote host (and reused them at the next run).
  • A command line interface to export Ansible inventory in different formats.
  • Some filter and callback plugins.
  • A Sphinx extension which allow to include a graph of the inventory in the documentation.

Installation

Intall the package from PyPI, using pip:

pip install ansibilo

Or from GitHub:

git clone git://github.com/Polyconseil/ansibilo