summaryrefslogtreecommitdiff
path: root/lib/ansible/cli/adhoc.py
Commit message (Expand)AuthorAgeFilesLines
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-031-2/+2
* rethink wording (#70028)Brian Coca2020-10-301-1/+1
* added timeout options to adhoc and console (#71230)Brian Coca2020-10-301-1/+3
* win - Allow FQCN for win_command and win_shellJordan Borean2020-03-051-1/+1
* adhoc: Load callbacks before sending v2_playbook_on_start (#67673)flowerysong2020-02-251-0/+1
* Make ansible adhoc work with include_role (#56163)Will Thames2019-05-081-1/+1
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-17/+13
* Become plugins (#50991)Matt Martz2019-02-111-6/+1
* Move the arguments module into cli/ and context_objects into utilsToshio Kuratomi2019-01-031-1/+1
* Cleanups and fixes to cliToshio Kuratomi2019-01-031-1/+1
* Split up the base_parser functionToshio Kuratomi2019-01-031-17/+18
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-42/+37
* Ad-hoc command: fix 'any' call in play_ds (#49852)Abhijeet Kasurde2018-12-161-1/+1
* make adhoc include_role/task work again! (#49247)Brian Coca2018-12-101-3/+9
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-9/+2
* Remove unused imports from /bin and lib/ansible/cli (#43440)joren4852018-07-301-2/+0
* import_playbook is not usable from inside a playBrian Coca2018-07-241-0/+4
* Allow adhoc to execute includes and importsMatt Martz2018-07-231-4/+0
* Fix Python 3.7 syntax error.Matt Clay2018-01-091-2/+3
* dont warn on not matching 'all' (#32806)Brian Coca2017-12-151-12/+6
* Use playbook callbacks for adhoc commands tooJacob Floyd2017-11-011-0/+10
* Playbook dir option (#32275)Brian Coca2017-10-311-0/+1
* better message for unsupported include/importsBrian Coca2017-10-091-1/+1
* Ansible Config part2 (#27448)Brian Coca2017-08-151-8/+4
* Fix ansible ad-hoc to respect ANSIBLE_STDOUT_CALLBACK (#26098)Eugen C2017-06-261-0/+3
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-11/+11
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-23/+1
* removed bad ignore as host can override connectionBrian Coca2017-03-281-4/+0
* added docs to CLI docstringsaddedBrian Coca2017-03-241-1/+3
* draft to generate man pagesBrian Coca2017-03-241-2/+4
* Retain vault password as bytes in 2.2 (#22378)Adrian Likins2017-03-071-5/+5
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-9/+9
* spelling of Extraneous (#20116)Andrew Spiers2017-01-111-1/+1
* Fix 'vault rekey' with vault secret env varAdrian Likins2016-11-011-1/+1
* Refactor parsing of CLI args so that we can modify them in the base classToshio Kuratomi2016-10-061-3/+1
* better handling of host lists (#17781)Brian Coca2016-09-281-3/+6
* win_shell/win_command changes + tests (#17557)Matt Davis2016-09-151-1/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-3/+3
* Dynamic role include (#17401)Brian Coca2016-09-051-0/+4
* minor optimizationBrian Coca2016-06-031-2/+1
* Show a better error message when there is too much arguments (#16119)Michael Scherer2016-06-031-1/+4
* fixed confusing reporting when no hosts are matchedBrian Coca2016-05-311-2/+2
* fixes to vault/copyBrian Coca2016-04-141-0/+2
* Adds 'ansible_check_mode' boolean magic variableStrahinja Kustudić2016-04-081-0/+3
* Should be errors=strict since we don't want to end up matching hosts like '???'Toshio Kuratomi2016-03-241-1/+1
* Fix using non-ascii for inventory hostname patterns with the CLI.Toshio Kuratomi2016-03-241-1/+2
* Properly use check_raw when using parse_kv in cli/ codeJames Cammarata2016-03-211-1/+2
* Rework the way ad-hoc filters inventory to match how cli/playbook does itJames Cammarata2016-02-251-5/+9
* termination handlingBrian Coca2016-02-101-9/+0
* Revert "centralized TERM signal handling"Brian Coca2016-02-101-0/+8