Metadata-Version: 2.1
Name: ansibilo
Version: 0.5
Summary: Set of tools for Ansible
Home-page: https://github.com/Polyconseil/ansibilo/
Author: Polyconseil
Author-email: opensource+ansibilo@polyconseil.fr
License: BSD 3-Clause License
Keywords: ansible,tools
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Systems Administration
Requires-Dist: ansible (>=2.4)
Requires-Dist: click
Requires-Dist: graphviz
Requires-Dist: humanize
Requires-Dist: netaddr
Requires-Dist: requests
Provides-Extra: sphinx
Requires-Dist: sphinx ; extra == 'sphinx'

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:

.. code-block:: sh

    pip install ansibilo

Or from GitHub:

.. code-block:: sh

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

.. _PyPI: http://pypi.python.org/

Links
-----

- Sources: http://github.com/Polyconseil/ansibilo
- Documentation: http://readthedocs.org/docs/ansibilo/
- Package: http://pypi.python.org/pypi/ansibilo/


