Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 869 Bytes

README.rst

File metadata and controls

33 lines (21 loc) · 869 Bytes

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