summaryrefslogtreecommitdiff
path: root/lib/ansible/cli
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.11] Don't show params when there is an issue with `set_option(s)` (...Matt Martz2021-09-291-2/+10
* Attributes compat (#75563)Brian Coca2021-09-011-0/+7
* Fix --list-hosts when undefined var is used (#75533) (#75551)Brian Coca2021-09-011-1/+7
* fix ssh cli defaults (#75245) (#75314)Brian Coca2021-08-041-4/+4
* 2.11: Add support for unicode in ansible-inventory CLI (#74912) (#75008)Martin Krizek2021-07-121-6/+6
* Do not show empty version_added_collection values in ansible-doc text output....Felix Fontein2021-07-121-0/+4
* Unfrack extra vars (#75127) (#75148)Brian Coca2021-07-111-1/+10
* ansible-pull - update help info for --directory option (#74936) (#74993)David Shrewsbury2021-06-141-1/+2
* Role argspec: allow new argument spec file (#74582) (#74656)David Shrewsbury2021-05-171-22/+64
* [docs][2.11] Backportapalooza4 (#74662)Sandra McCann2021-05-111-6/+10
* [backport][Docs] Docs backportapalooza1 (#74355)Sandra McCann2021-04-271-1/+1
* nonzero exit code on `ansible galaxy collection verify` failures (#74051)Matt Davis2021-03-291-2/+5
* add --offline option to galaxy collection verify (#74040)Matt Davis2021-03-291-0/+5
* ansible-pull: Run All Playbooks When Multiple Are Supplied (#73172)sommersoft2021-03-171-6/+13
* finish migrating ssh plugin to config system (#73708)Brian Coca2021-03-031-0/+2
* Don't fail for mixed typed keys (#73726)Brian Coca2021-03-031-1/+5
* Fixes for ansible-console usability (#73665)ylmrx2021-03-011-17/+37
* Clarify CLI version number as core version (#72287)Matt Davis2021-03-011-1/+1
* galaxy: Handle ignored directory names in role skeleton (#72035)manas-init2021-02-241-1/+3
* ansible-doc - account for empty meta/main.yml (#73590)Sam Doran2021-02-121-0/+2
* galaxy - add format options for collection list (#73474)Shane McDonald2021-02-051-0/+26
* add option to upgrade collections (#73336)Sloane Hertel2021-02-041-2/+6
* Replace the inhouse collection dependency resolver with `resolvelib`Sviatoslav Sydorenko2021-01-271-79/+175
* Shadow input for encrypt_string by default unless asked (fixes #71618) (#73263)Joshua Bayfield2021-01-201-2/+9
* Allow restricting config values to enumerated list (#73162)Brian Coca2021-01-141-2/+2
* ansible-galaxy - correct collections-path command line arg (#73193)Sam Doran2021-01-141-1/+1
* Change role argspec file used by ansible-doc (#72927)David Shrewsbury2020-12-141-4/+9
* Collection list site packages (#70173)Toshio Kuratomi2020-12-111-2/+4
* Address additional ansible_core rename issues (#72906)Matt Martz2020-12-082-2/+2
* Extract embedded function to RoleMixin method and add tests (#72754)David Shrewsbury2020-12-071-27/+30
* Improve deprecations (#72697)Felix Fontein2020-12-041-1/+1
* Replace `exit` with `sys.exit` in Galaxy CLI.Matt Clay2020-12-031-1/+2
* ansible-doc: replace DataLoader with from_yaml (#72686)David Shrewsbury2020-11-231-4/+6
* ansible-doc role arg spec support (#72120)David Shrewsbury2020-11-172-5/+348
* Added caching mechanism for Galaxy API requests (#71904)Jordan Borean2020-11-101-6/+15
* show keyword documentation in ansible-doc (#72476)Brian Coca2020-11-091-84/+178
* Emit warning when running on the controller with a Python older than 3.8 (#72...Matt Martz2020-11-091-0/+10
* CLI - Specify jinja version in --version outputMartin Krizek2020-11-051-0/+3
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-033-4/+5
* rethink wording (#70028)Brian Coca2020-10-303-5/+5
* ansible-doc: export has_action when --json is used (#72359)Felix Fontein2020-10-301-14/+15
* added timeout options to adhoc and console (#71230)Brian Coca2020-10-303-4/+34
* run playbook from collections (#67435)Brian Coca2020-10-281-21/+29
* Remove ansible-galaxy login (#72288)Matt Davis2020-10-231-47/+19
* Add libyaml info to version output, and restore git info (#71948)Matt Martz2020-10-021-27/+19
* ansible-doc: show correct plugin name (#71966)Felix Fontein2020-09-281-3/+3
* ansible-vault: Fix typo in help message (#71485)Fabien Malfoy2020-08-311-1/+1
* Modify wording to specify two ctl-d to end stdin input in ansible-vault (#69436)John Westcott IV2020-08-241-1/+1
* Allow meta tasks to use tags (#67508)Sloane Hertel2020-08-211-1/+1
* add extra vars to inventory plugins (#70970)Brian Coca2020-08-191-0/+1