Skip to content

Commit

Permalink
docs: Add note about some limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
haidaraM committed Jan 9, 2022
1 parent 5273dea commit c65ffcd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@ For example `TAGS_RUN` and `TAGS_SKIP` or vault configuration.

More information [here](https://docs.ansible.com/ansible/latest/reference_appendices/config.html).

## Limitations

Since Ansible Playbook Grapher is a static analyzer that parses your playbook, it's limited to what can be determined
statically: no task is run against your inventory.

The parser tries to interpolate the variables, but some of them are only available when running your playbook (
ansible_os_family, ansible_system, etc.). The tasks inside any `import_*` or `include_*` with some variables in their
arguments may not appear in the graph.

## Contribution

Contributions are welcome. Feel free to contribute by creating an issue or submitting a PR :smiley:
Expand Down

0 comments on commit c65ffcd

Please sign in to comment.