summaryrefslogtreecommitdiff
path: root/lib/ansible/cli/inventory.py
Commit message (Expand)AuthorAgeFilesLines
* only show_vars when showing vars (#69365) (#69504)Brian Coca2020-06-101-5/+6
* [stable-2.9] Properly hide limit and list-hosts args from ansible-inventory (...Matt Martz2019-09-091-3/+3
* Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602)Matt Martz2019-08-261-1/+1
* show host_vars/ also in --graph (#56307)Brian Coca2019-06-141-10/+8
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-29/+31
* write to file option for ansible-inventory (#53183)Brian Coca2019-03-051-2/+13
* Move the arguments module into cli/ and context_objects into utilsToshio Kuratomi2019-01-031-1/+1
* Cleanups and fixes to cliToshio Kuratomi2019-01-031-18/+16
* Split up the base_parser functionToshio Kuratomi2019-01-031-9/+7
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-43/+32
* Remove dead code in ansible-inventoryToshio Kuratomi2018-12-181-27/+3
* Avoid duplicated recursive calls in inventory CLI (#48598)Alan Rominger2018-11-301-1/+5
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Add toml inventory plugin (#41593)Matt Martz2018-11-061-0/+53
* avoid empty groups in json output (#45621)Brian Coca2018-09-131-0/+2
* handle groups correctly when they are 'null' (#41698)Brian Coca2018-06-201-0/+1
* Fix typo in the ansible-inventory --host error (#41142)Ben Thomasson2018-06-051-1/+1
* Enabled unsafe and vault in JSON (#38759)Brian Coca2018-05-091-4/+5
* fix displaying group vars in graphBrian Coca2018-04-161-3/+2
* remove unused optoins from inventory cliBrian Coca2018-04-051-2/+4
* Inv export (#36188)Brian Coca2018-02-141-6/+83
* jsonify inventory (#32990)Brian Coca2017-11-211-2/+2
* Playbook dir option (#32275)Brian Coca2017-10-311-1/+2
* remove misleading group vars as they are flat (#32276)Brian Coca2017-10-301-4/+2
* remove 'new internal vars' from dumpsBrian Coca2017-09-271-1/+8
* ansible-inventory cli tool (#22477)Brian Coca2017-08-151-0/+299