summaryrefslogtreecommitdiff
path: root/lib/ansible/cli
Commit message (Expand)AuthorAgeFilesLines
* add ANSIBLE_PLAYBOOK_DIR envvar support (#63220)Matt Davis2019-10-081-1/+1
* Add support for automation-hub authentication to ansible-galaxy (#63031)Adrian Likins2019-10-041-3/+24
* Default collection install path to first path in COLLECTIONS_PATHS (#62870)Chris Houseknecht2019-10-021-1/+2
* Display leftover messages when shutting down. (#62431)Nathaniel Case2019-09-191-0/+3
* WIP - Fix ansible-doc bugs and add integration tests. (#62461)Matt Clay2019-09-171-58/+90
* Fix network_cli exec_command connection init (#62344)Ganesh Nalawade2019-09-171-0/+4
* Fix ansible-doc traceback and sanity test. (#62040)Matt Clay2019-09-101-1/+4
* Properly hide limit and list-hosts args from ansible-inventory (#61618)Matt Martz2019-09-062-3/+12
* Fix ansible-connection persist after playbook run complete issue (#61591)Ganesh Nalawade2019-09-061-1/+1
* ansible-galaxy fix --server option for roles (#61820)Jordan Borean2019-09-051-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
* Ansible galaxy role download should not have to perform aditionnal check agai...Arnaud RENARD2019-06-131-1/+1
* Enable adjacent collections for ansible-doc (#57764)Brian Coca2019-06-121-2/+7
* ansible-vault: convert vault_password_files to list to prevent traceback (#57...Sam Doran2019-06-031-1/+1
* fix collection adjacent loading with --playbook-dir (#56194)Brian Coca2019-05-221-3/+5
* Out put the version of the dependency so we can better understand the problem...Jon Pugh2019-05-211-2/+2
* ansible-config doesn't edit configs (#56355)Steve Bonds2019-05-131-1/+1
* Make ansible adhoc work with include_role (#56163)Will Thames2019-05-081-1/+1
* Fix and refix help text for CLI (#55831)Brian Coca2019-04-302-3/+5
* Restore ansible --version output (#55728)Sam Doran2019-04-292-3/+15
* --become-method should not be restricted (#55670)Matt Martz2019-04-231-1/+1
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-2312-767/+723
* ensure inventory plugin loading rel to play (#51177)Brian Coca2019-04-221-1/+0
* Collection content loading (#52194)Matt Davis2019-03-281-7/+11
* Fix typo in CLI help text (#53353)Titus Sanchez2019-03-211-1/+1
* Avoid auto-interpreter for ansible-pull localhost. (#53699)Matt Clay2019-03-121-0/+2
* write to file option for ansible-inventory (#53183)Brian Coca2019-03-051-2/+13
* Update galaxy cli metadata file templates (#51398)Andrew Crosby2019-02-221-1/+1
* Remove unused internal -a argument and functionality (#52602)Matt Martz2019-02-191-10/+2