summaryrefslogtreecommitdiff
path: root/bin/ansible-playbook
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #3937 from masahide/develjctanner2013-11-071-1/+2
|\ \ \ | |/ / |/| |
| * | Take out the spaces inside the parenthesis.YAMASAKI Masahide2013-08-251-1/+1
| * | Supports to the playbook of Process SubstitutionYAMASAKI Masahide2013-08-241-1/+2
* | | Fixed -e "" on ansible-playbook.Alan Descoins2013-09-071-1/+1
|/ /
* | Merge branch 'exit-3-on-dark' of https://github.com/j2sol/ansible into j2sol-...James Cammarata2013-08-221-3/+10
|\ \
| * | Exit with status 3 if no failures but unreachable.Jesse Keating2013-08-141-3/+10
* | | Parse --extra-vars as YAML (which includes JSON)Alek Storm2013-08-221-6/+5
* | | Support multiple --extra-vars flagsAlek Storm2013-08-221-9/+9
|/ /
* | Misc style fixes.Michael DeHaan2013-08-101-2/+2
* | Never ask for SSH password when using local connection.Andy R2013-08-071-0/+3
* | ansible-playbook can load extra vars from a file, with "@" syntaxAlan Descoins2013-07-231-4/+14
* | Remove task count information from task list.Michael DeHaan2013-07-211-1/+2
* | Added --skip-tags option to ansible-playbook.Alan Descoins2013-07-161-12/+25
|/
* Merge pull request #3303 from markmandel/feature/sudo_passMichael DeHaan2013-06-301-2/+0
|\
| * Don't turn on sudo for all tasks when setting the sudo_user or ask_sudo_pass,Mark Mandel2013-06-211-2/+0
* | Updates to Ansible command optionsJoshua Lund2013-06-261-8/+4
|/