diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2017-08-15 16:45:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-15 16:45:54 -0400 |
commit | c27248db6026d929dcb564170413403c97465534 (patch) | |
tree | 3ca5b0f7e3fd22018e52b0b7d5b0650443f7eda3 /bin | |
parent | 178cf6e82e9b446a498c80211302049eae5aae70 (diff) | |
download | ansible-c27248db6026d929dcb564170413403c97465534.zip |
ansible-inventory cli tool (#22477)
* ansible-inventory cli tool
added vars dump to graph
made yaml inventory dump actual yaml inventory format
cleaner dump
fixed graph, no dump needed
add pulling in host/group vars
pep indentation crime
added docstring for manpage autodoc
remove ansible_facts from output
added api compat layer
allow import from new and old APIs
better conditional for <2.4
pe4+p4
test stuck on OS X (seems popular today) but passes rest, merging anyways
Diffstat (limited to 'bin')
l--------- | bin/ansible-inventory | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ansible-inventory b/bin/ansible-inventory new file mode 120000 index 0000000000..cabb1f519a --- /dev/null +++ b/bin/ansible-inventory @@ -0,0 +1 @@ +ansible
\ No newline at end of file |