ansideps

Resolve Ansible role relationships


License
CERN-OHL-W-2.0
Install
pip install ansideps==0.1.0

Documentation

ansideps

https://badge.fury.io/py/ansideps.png https://travis-ci.org/dhutty/ansideps.png?branch=master https://pypip.in/d/ansideps/badge.png

Resolve Ansible role relationships.

  • use --help for usage instructions.

Features

  • takes one or more role names, creates a graph of the relationships between the roles in the Ansible roles_path and returns the dependencies (ancestor or descendant)
  • can also write dot (graphviz) files with the entire graph.

Requirements

  • Python >= 2.6 or >= 3.3

License

MIT licensed. See the bundled LICENSE file.