summaryrefslogtreecommitdiff
path: root/lib/ansible/cli
Commit message (Expand)AuthorAgeFilesLines
* VALID_ACTIONS for cli subcommands will now be a frozenset (#50058)Toshio Kuratomi2018-12-194-7/+7
* Remove dead code in ansible-inventoryToshio Kuratomi2018-12-181-27/+3
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* Ad-hoc command: fix 'any' call in play_ds (#49852)Abhijeet Kasurde2018-12-161-1/+1
* Misc typo fixes (#49816)Abhijeet Kasurde2018-12-142-3/+3
* Docs: Add a "seealso" section to the module docs (#45949)Dag Wieers2018-12-121-15/+42
* add path info to role list (#49346)Brian Coca2018-12-101-18/+19
* make adhoc include_role/task work again! (#49247)Brian Coca2018-12-101-3/+9
* fixes to ansible-doc (#47682)Brian Coca2018-12-101-9/+9
* Override help string version (#49545)Abhijeet Kasurde2018-12-101-0/+4
* fixes typos in ansible-vault docs (#49671)Alicia Cozine2018-12-091-2/+2
* Fix typo in confirm new vault password message (#49468)thyme2018-12-041-1/+1
* Avoid duplicated recursive calls in inventory CLI (#48598)Alan Rominger2018-11-301-1/+5
* Fix type in ansible-galaxy info output (#49096)Jonathan Hanson2018-11-271-1/+1
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-2010-60/+20
* Do not use str() on exceptions (#46950)Martin Krizek2018-11-092-5/+5
* make inventory warnings a bit smarter (#46284)Brian Coca2018-11-071-1/+1
* Add toml inventory plugin (#41593)Matt Martz2018-11-061-0/+53
* ansible-doc: list types of plugin available (#47055)Abhijeet Kasurde2018-11-061-1/+2
* Update ansible-doc for invariants in the metadata/plugin_doc apiToshio Kuratomi2018-10-311-15/+10
* Fix from sivel for ansible-docToshio Kuratomi2018-10-251-4/+6
* Adoc fixes (#47137)Brian Coca2018-10-171-30/+22
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-2/+1
* avoid empty groups in json output (#45621)Brian Coca2018-09-131-0/+2
* ansible-pull: allow specifying --diff from check_opts cli flag group (#37645)Daniel Nägele2018-08-281-0/+8
* Fix ansible-doc and docsite generation for removed modulesToshio Kuratomi2018-08-241-9/+32
* Bump sudo/su deprecation to 2.9 (#44581)Matt Martz2018-08-231-1/+1
* Pass path to GalaxyRole object (#43051)Sam Doran2018-08-231-1/+1
* Remove deprecated tags config option (#44479)Toshio Kuratomi2018-08-211-14/+0
* Mass nuke deprecated items that are easily removed. ci_complete (#44320)Matt Martz2018-08-201-8/+1
* Fix config manager to show errorsToshio Kuratomi2018-08-011-6/+0
* Remove unused imports from /bin and lib/ansible/cli (#43440)joren4852018-07-302-3/+1
* use faster method to get short_description from DOCUMENTATION (#42705)Eric Rinish2018-07-271-4/+4
* import_playbook is not usable from inside a playBrian Coca2018-07-241-0/+4
* Allow to specifically customize console's colorBrian Coca2018-07-241-3/+5
* Allow adhoc to execute includes and importsMatt Martz2018-07-231-4/+0
* Revert "Make ansible doesn't parse template-like password in user's input (#4...Toshio Kuratomi2018-07-111-3/+2
* Make ansible doesn't parse template-like password in user's input (#42275)Zhikang Zhang2018-07-051-2/+3
* avoid loading vars on unspecified basedir (cwd) (#42067)Brian Coca2018-06-291-1/+7
* Update the minimum Ansible version to 2.4. (#41989)Luke Short2018-06-271-1/+1
* doc fixBrian Coca2018-06-211-0/+2
* handle groups correctly when they are 'null' (#41698)Brian Coca2018-06-201-0/+1
* Add more info related to galaxy sub commands (#41085)Abhijeet Kasurde2018-06-151-2/+12
* fix truncated list functions in ansible-doc (#41281)Matt Davis2018-06-071-2/+2
* fix ansible-doc regression from missing plugins (#41167)Matt Davis2018-06-061-1/+4
* Minor typos in galaxy cli (#41083)Abhijeet Kasurde2018-06-061-2/+2
* Fix typo in the ansible-inventory --host error (#41142)Ben Thomasson2018-06-051-1/+1
* adds ansible-doc JSON plugin data dumpMatt Davis2018-06-041-75/+140
* Fix error reporting on bad type for config settingBrian Coca2018-06-011-3/+5
* add keywords handling to ansible-docBrian Coca2018-05-231-6/+8