We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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", line 128, in main() File "/bin/ansible-inventory-grapher", line 124, in main render_graph(arg, options) File "/bin/ansible-inventory-grapher", line 106, in render_graph filename = options.format.format(pattern) KeyError: 'hostname'
whereas the a fdqn it doesn't repport the error.
Tanks
JF
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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", line 128, in
main()
File "/bin/ansible-inventory-grapher", line 124, in main
render_graph(arg, options)
File "/bin/ansible-inventory-grapher", line 106, in render_graph
filename = options.format.format(pattern)
KeyError: 'hostname'
whereas the a fdqn it doesn't repport the error.
Tanks
JF
The text was updated successfully, but these errors were encountered: