Script to graph Ansible playbook roles
Add requirements needed to support script.
Showing
... | @@ -24,3 +24,8 @@ pymongo==3.2.2 | ... | @@ -24,3 +24,8 @@ pymongo==3.2.2 |
# Needed for the mysql_db module | # Needed for the mysql_db module | ||
MySQL-python==1.2.5 | MySQL-python==1.2.5 | ||
# Needed for graphing playbooks | |||
backports.functools-lru-cache | |||
click | |||
pygraphviz |
util/graph_playbook.py
0 → 100755
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment