ansible-inventory-grapher icon indicating copy to clipboard operation
ansible-inventory-grapher copied to clipboard

Results 12 ansible-inventory-grapher issues
Sort by recently updated
recently updated
newest added

The checks for "ansible" versions should now be for "ansible-core", since ansible was factored into all the actual working code being in "ansible-core" and the "ansible" pypi.org not actually containing...

We recently switched to a yml-based inventory file including all hosts, groups and vars in one file. With the ini-based everything works fine and vars are shown in the groups...

bug

Trying to output a complex (dict) variable triggers a `Error: bad label format` ```html foo ansible_python_interpreteransible_useros_servers = {'foo': {'bar': 'DE'}} ```

Thanks for the project! In my use case, I'm trying to visualise the group hierarchy of an inventory, by passing "*" as the host pattern. Because the resulting graph includes...

Hi, again we find it very useful to toy around, in order to see some production use we could have different groups represented with different colours. EG: Ansible reserved groups...

The vars loader was optimisied to handle group_vars plugins but other plugins are used and are actually simpler to handle! Fixes #41

Hey there, we recently updated ansible from `2.1.0.0` to `2.3.2.0` and now the group variables are not displayed in the graphs. Generating the graphs with: ansible-inventory-grapher -i inventories/local.ini 'all' >...

bug

Hello, I am experiencing the following problem when my hostname is an IP address : ansible-inventory-grapher -i /etc/ansible/hosts 192.168.128.1 -d inventoryGraph --format "test-{hostname}.dot" Traceback (most recent call last): File "/bin/ansible-inventory-grapher",...

So I was playing around with the OCD layout trying to get all the vars left-justified, and graphviz's html subset just wasn't fully honoring the align="left" declarations anywhere, so I...