summaryrefslogtreecommitdiff
path: root/bin/ansible-playbook
Commit message (Expand)AuthorAgeFilesLines
* Making the switch to v2James Cammarata2015-05-031-330/+1
* Fix --force-handlers, and allow it in plays and ansible.cfgJesse Rusak2015-04-101-1/+2
* fix issue with ask pass signatureBrian Coca2015-03-111-1/+1
* preliminary privlege escalation unification + pbrunBrian Coca2015-03-101-20/+16
* added list-tags option and also show tags in list-tasks optionBrian Coca2015-03-091-9/+20
* added testsBrian Coca2015-02-131-22/+4
* Allow ansible (ad-hoc) to support --extra-vars alsoMatt Martz2015-02-111-15/+1
* Fix for v1 handling of unicode extra-varsToshio Kuratomi2015-02-021-2/+4
* Merge pull request #9404 from mmoya/configure-retry-filesBrian Coca2015-01-301-1/+1
|\
| * Configure retry file usage and locationMaykel Moya2014-10-231-1/+1
* | Allow ansible-playbook to determine if an invalid limit is specifiedToshio Kuratomi2015-01-191-2/+16
* | Converted empty inventory error to warningJacopo2015-01-171-0/+2
* | Removed early check for empty inventoryJacopo2014-12-301-2/+0
* | Fix for not all platforms having optional libraries at the proper versions.Toshio Kuratomi2014-12-161-1/+9
* | Merge pull request #7306 from abadger/feature/egg-infoBrian Coca2014-12-151-2/+2
|\ \ | |/ |/|
| * Restore the pkg_resources calls so that we pull in the correct pycrypto on RHEL6Toshio Kuratomi2014-05-061-2/+2
* | Avoid multiple blank lines with --syntax-checkSerge van Ginderachter2014-08-221-1/+2
* | Merge pull request #8367 from msabramo/make_pip_install_editable_workMichael DeHaan2014-08-151-0/+8
|\ \
| * | Make `pip install -e` workMarc Abramowitz2014-07-301-0/+8
* | | Use JSON instead of pickles for compatibility.Michael DeHaan2014-08-111-1/+1
* | | Implement fact cache flushing alongside a command-line argument to invoke it.Josh Drake2014-08-111-1/+6
|/ /
* | Merge pull request #7649 from sivel/vault-password-scriptJames Cammarata2014-07-141-11/+3
|\ \
| * | Allow --vault-password-file to work with a script as well as a flat fileMatt Martz2014-06-241-11/+3
* | | Merge remote-tracking branch 'svg/varsplugins_refactor' into svg_and_inventor...James Cammarata2014-07-071-8/+5
|\ \ \ | |/ / |/| |
| * | Move inventory.set_playbook_basedir from ansible-playbook to playbook constru...Serge van Ginderachter2014-03-251-3/+0
| * | Refactor vars_plugins (host/group_vars)Serge van Ginderachter2014-03-251-5/+5
* | | Enable use of vault password for --syntax-check, --list-hosts and --list-tasksAnton Lindström2014-05-201-14/+17
| |/ |/|
* | Commenting out pkg_resources lines for now, as they break hacking/env-setupJames Cammarata2014-04-291-2/+2
* | Merge branch 'feature/multi-version-import' of https://github.com/abadger/ans...James Cammarata2014-04-291-0/+3
|\ \
| * | Require a recent enough version of pycrypto and see that playbook and vault u...Toshio Kuratomi2014-03-141-0/+3
* | | Merge pull request #6585 from eggsby/patch-3jctanner2014-04-041-1/+1
|\ \ \
| * | | Allow vault encrypted vars as extra_varsThomas Omans2014-03-191-1/+1
* | | | Addresses #4109 Remove debug print statementJames Tanner2014-03-271-1/+0
* | | | Fixes #4109 Filter plays by tags when using --list-hostsJames Tanner2014-03-271-5/+11
| |_|/ |/| |
* | | Merge pull request #6681 from zytek/develjctanner2014-03-251-1/+1
|\ \ \
| * | | Strip() vault password fileJakub Paweł Głazik2014-03-251-1/+1
| |/ /
* | | Fixes #4777 add --force-handlers option to run handlers even if tasks failJames Tanner2014-03-241-1/+4
* | | Fixes #6579 allow for vault passwords ending with newline charsJames Tanner2014-03-191-3/+0
|/ /
* | Merge pull request #5895 from trbs/listtasks_honors_limitMichael DeHaan2014-03-161-1/+3
|\ \ | |/ |/|
| * make --list-tasks honor --limittrbs2014-02-061-1/+3
* | Addresses #6188 Add --vault-password-file to bin/ansible and bin/ansible-play...James Tanner2014-02-261-0/+18
* | Fixes #6082 Set vault password to None by defaultJames Tanner2014-02-191-0/+2
* | Ansible vault: a framework for encrypting any playbook or var file.James Tanner2014-02-181-2/+6
* | Revert "Revert "Merge pull request #5325 from angstwad/add-su-support""Paul Durivage2014-01-201-2/+16
* | Revert "Merge pull request #5325 from angstwad/add-su-support"James Tanner2014-01-201-16/+2
* | Make sudo and su command line arguments mutually exclusivePaul Durivage2014-01-201-0/+7
* | Proposing fix for Issue #4324; adding support for su in connection plugins ss...Paul Durivage2014-01-201-2/+9
* | Don't show tracebacks on Control-C.Michael DeHaan2013-12-261-0/+3
* | Merge pull request #4706 from mvo5/bugfix/more-syntax-checkjctanner2013-11-141-1/+1
|\ \
| * | load tasks/vars includes in syntax-check mode as wellMichael Vogt2013-10-281-1/+1