summaryrefslogtreecommitdiff
path: root/lib/ansible/cli
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.9] Don't show params when there is an issue with `set_option(s)` (#...Matt Martz2021-09-291-2/+10
* Attributes compat (#75563) (#75622)Brian Coca2021-09-021-2/+8
* [2.9] Fix missing ansible.builtin FQCNs in hardcoded action names (#72458)Felix Fontein2020-12-073-5/+6
* ansible-doc: export has_action when --json is used (#72359) (#72416)Felix Fontein2020-12-071-14/+14
* Remove ansible-galaxy login (#72288) (#72325)Matt Davis2020-10-261-46/+17
* Fix ansible-doc's plugin name retrieval for text output. (#71965)Felix Fontein2020-09-281-3/+4
* [stable-2.9] Use the first galaxy server supporting v1 for roles (#70375) (#7...Matt Martz2020-07-171-1/+16
* Support `removed_at_date` in ansible-doc (#70002) (#70015)Paul Belanger2020-06-171-3/+8
* only show_vars when showing vars (#69365) (#69504)Brian Coca2020-06-101-5/+6
* Refactor CLI prompt mode check for network plugins (#63945) (#69210)Ganesh Nalawade2020-05-051-5/+7
* Revert "Fix missing persistent connection messages (#68496)" (#69147)Daniel Mellado2020-04-271-21/+3
* [stable-2.9] Fix missing persistent connection messages (#68496) (#68562)Nathaniel Case2020-04-141-0/+21
* adhoc: Load callbacks before sending v2_playbook_on_start (#67673)flowerysong2020-04-141-0/+1
* galaxy: fix AttributeError on empty requirements.yml (#66726) (#66752)René Moser2020-02-101-1/+1
* ansible-galaxy ignore empty server_list (#65986)Jordan Borean2020-01-101-1/+4
* Fix using a URL for galaxy collection install (#65272) (#65432)Jordan Borean2019-12-031-1/+9
* [stable-2.9] Fix ansible-galaxy --version (#63636)Toshio Kuratomi2019-10-171-1/+1
* Wrap CLI passwords as AnsibleUnsafeText (#63352)Matt Martz2019-10-101-7/+3
* fix default collection resolution in adhoc (#63298)Matt Davis2019-10-101-1/+5
* add ANSIBLE_PLAYBOOK_DIR envvar support (#63220)Matt Davis2019-10-091-1/+1
* Add support for automation-hub authentication to ansible-galaxy (#63031)Adrian Likins2019-10-081-3/+24
* Default collection install path to first path in COLLECTIONS_PATHSchouseknecht2019-10-021-1/+2
* Fix network_cli exec_command connection init (#62344)Ganesh Nalawade2019-09-181-0/+4
* WIP - Fix ansible-doc bugs and add integration tests. (#62461)Matt Clay2019-09-171-58/+90
* [stable-2.9] Fix ansible-doc traceback and sanity test. (#62040)Matt Clay2019-09-171-1/+4
* Fix ansible-connection persist after playbook run complete issue (#61591)Ganesh Nalawade2019-09-091-1/+1
* [stable-2.9] Properly hide limit and list-hosts args from ansible-inventory (...Matt Martz2019-09-092-3/+12
* ansible-galaxy fix --server option for roles (#61820)Jordan Borean2019-09-041-8/+8
* default collection support (#61415)Matt Davis2019-08-281-1/+7
* Add support for network_cli connection retry (#61103)Ganesh Nalawade2019-08-281-0/+1
* Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602)Matt Martz2019-08-261-1/+1
* Fix up env config source for Galaxy server list (#61294)Jordan Borean2019-08-261-1/+1
* ansible-galaxy - Add timeout and progress indicator for publish and install (...Jordan Borean2019-08-231-1/+4
* ansible-galaxy - define multiple galaxy instances in ansible.cfg (#60553)Jordan Borean2019-08-211-56/+178
* ansible-galaxy: create parent dir for token file (#60615)Jordan Borean2019-08-191-0/+12
* ansible-galaxy - more fixes for verbosity without sub type (#60604)Jordan Borean2019-08-151-1/+3
* Delay persistent connection until needed (#59153)Nathaniel Case2019-08-141-4/+1
* ansible-galaxy tidy up arg parse with better validation (#59957)Jordan Borean2019-08-142-157/+189
* move CLI entrypoints under ansible package (#60004)Matt Davis2019-08-023-0/+488
* Minor fixes in galaxy command for collection (#59846)Abhijeet Kasurde2019-08-021-3/+3
* Fix ansible-galaxy import command to use argspec instead (#59898)Jordan Borean2019-08-021-5/+2
* point at corresponding version (#59200)Brian Coca2019-07-251-13/+6
* clarify ansible-galaxy collection cli command options (#59470)Sandra McCann2019-07-251-2/+7
* prevent templating of passwords from prompt (#59246)Brian Coca2019-07-241-0/+8
* Collection test (#59488)Jordan Borean2019-07-241-1/+1
* Generate galaxy.yml based on single source of truth (#59170)Jordan Borean2019-07-231-17/+96
* fixes to config manager (#58530)Brian Coca2019-07-171-2/+6
* ansible-galaxy: add collection sub command (#57106)Jordan Borean2019-07-101-68/+298
* Add JSON output option to ansible-doc (#58209)Brian Coca2019-07-031-120/+139
* show host_vars/ also in --graph (#56307)Brian Coca2019-06-141-10/+8