summaryrefslogtreecommitdiff
path: root/lib/ansible/cli/playbook.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize install (#76021)Matt Martz2021-10-191-1/+15
* Fix --list-hosts when undefined var is used (#75533)Brian Coca2021-08-231-1/+7
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-031-1/+2
* run playbook from collections (#67435)Brian Coca2020-10-281-21/+29
* Allow meta tasks to use tags (#67508)Sloane Hertel2020-08-211-1/+1
* collection routing (#67684)Matt Davis2020-05-261-4/+5
* default collection support (#61415)Matt Davis2019-08-281-1/+7
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-18/+16
* Collection content loading (#52194)Matt Davis2019-03-281-7/+11
* Restore behavior for detecting only localhost, and no limit match. Fixes #521...Matt Martz2019-02-131-0/+8
* Become plugins (#50991)Matt Martz2019-02-111-13/+12
* 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/+2
* Split up the base_parser functionToshio Kuratomi2019-01-031-30/+16
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-31/+39
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-7/+2
* dont warn on not matching 'all' (#32806)Brian Coca2017-12-151-9/+1
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-12/+8
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-27/+3
* added docs to CLI docstringsaddedBrian Coca2017-03-241-1/+3
* draft to generate man pagesBrian Coca2017-03-241-1/+2
* E501 fixes (#22879)Matt Martz2017-03-221-1/+2
* Retain vault password as bytes in 2.2 (#22378)Adrian Likins2017-03-071-5/+5
* Remove unnecessary shebangs and execute bits.Matt Clay2017-02-221-2/+0
* Correctly set loader path when using list tags/tasksJames Cammarata2016-12-211-0/+6
* Fix errors on 'ansible-playbook --flush-cache' (#18754)Adrian Likins2016-12-131-2/+6
* Fix 'vault rekey' with vault secret env varAdrian Likins2016-11-011-1/+1
* Move the check for playbook files above the password prompting.James Tanner2016-10-311-8/+8
* Refactor parsing of CLI args so that we can modify them in the base classToshio Kuratomi2016-10-061-3/+1
* Flush cache (#17445)Brian Coca2016-09-071-0/+5
* Adds 'ansible_check_mode' boolean magic variableStrahinja Kustudić2016-04-081-0/+3
* Add options to make includes 'static'James Cammarata2016-03-241-14/+23
* Fixing a mistake from tweaking list stuff too muchJames Cammarata2015-12-171-1/+4
* Further tweaks to the output format of list tasks/tagsJames Cammarata2015-12-171-4/+17
* Make --list-tasks respect tagsJames Cammarata2015-12-171-18/+12
* Use self.args when we parse arguments that way the arguments can be construct...Toshio Kuratomi2015-12-061-1/+1
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0
* Migrate cli and dependencies to use global displayToshio Kuratomi2015-11-111-6/+14
* Break apart a looped dependency to show a warning when parsing playbooksToshio Kuratomi2015-10-271-1/+1
* simplified vault password functionsBrian Coca2015-10-241-1/+1
* Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-191-0/+4
* Starting to add additional unit tests for VariableManagerJames Cammarata2015-09-041-3/+5
* pushed module_loader to task_queue_manager so all cli's can benefit from itBrian Coca2015-08-251-0/+1
* added ability to limit in ansilbe pullBrian Coca2015-08-181-1/+1
* removed unused importsBrian Coca2015-08-121-7/+0
* Disallow --forks 0Abhijit Menon-Sen2015-08-021-1/+1
* Remove outdated FIXME codeAbhijit Menon-Sen2015-07-301-6/+0
* made tags display closer to v1Brian Coca2015-07-301-2/+2
* adjusted list hosts across adhoc and playbook cliBrian Coca2015-07-291-1/+1
* indented hostsBrian Coca2015-07-281-1/+1