Ansible Playbook Grapher Versions Save

A command line tool to create a graph representing your Ansible playbook tasks and roles

v2.2.1

2 weeks ago

What's Changed

Full Changelog: https://github.com/haidaraM/ansible-playbook-grapher/compare/v2.2.0...v2.2.1

v2.2.0

3 weeks ago

What's Changed

Full Changelog: https://github.com/haidaraM/ansible-playbook-grapher/compare/v2.1.2...v2.2.0

v2.1.2

2 months ago

What's Changed

Dependency updates:

Full Changelog: https://github.com/haidaraM/ansible-playbook-grapher/compare/v2.1.1...v2.1.2

v2.1.1

5 months ago

What's Changed

Full Changelog: https://github.com/haidaraM/ansible-playbook-grapher/compare/v2.1.0...v2.1.1

v2.1.0

7 months ago

What's Changed

Full Changelog: https://github.com/haidaraM/ansible-playbook-grapher/compare/v2.0.0...v2.1.0

v2.0.0

11 months ago

What's Changed

  • 🚀🚀Add support for MermaidJS 🚀🚀. See https://github.com/haidaraM/ansible-playbook-grapher/issues/137
  • Add generated images in the CI job summary
  • Update various Dependencies: pytest, pytest-cov, ansible-core, pyquery etc...
  • ci: Add dependabot for github-actions
  • Rename some tests files

Breaking changes

This version contains the following breaking changes. Some of them may likely affect you if you were using the grapher as a library inside another project:

  • Completely refactor the rendering part of the grapher by making it more extensible in order to support Mermaid.
  • Fill the plays, blocks and node with color to make them more visible in the output
  • Rename the file graph.py to graph_model.py
  • Use the concatenation of the playbook names as the output filename when graphing multiple playbooks instead of the first playbook.

v1.2.0

1 year ago

What's Changed

Full Changelog: https://github.com/haidaraM/ansible-playbook-grapher/compare/v1.1.3...v1.2.0

v1.1.3

1 year ago

What's Changed

Full Changelog: https://github.com/haidaraM/ansible-playbook-grapher/compare/v1.1.2...v1.1.3

v1.1.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/haidaraM/ansible-playbook-grapher/compare/v1.1.1...v1.1.2

v1.1.1

1 year ago

What's Changed

Full Changelog: https://github.com/haidaraM/ansible-playbook-grapher/compare/v1.1.0...v1.1.1