summaryrefslogtreecommitdiff
path: root/bin/ansible-playbook
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Allow the group_vars and host_vars directories to be stored alongside the pla...Michael DeHaan2013-06-011-0/+3
* Keep ansible-playbook from bombing without extra-varsKent Frazier2013-05-311-1/+1
* Support JSON in --extra-vars.Fabio Bonelli2013-05-281-1/+4
* Adds a logfile for ansible playbooks that can be set by the environment or co...Michael DeHaan2013-04-271-9/+25
* Resolve merge conflictMichael DeHaan2013-04-221-7/+2
* Make --list-tasks work nicer with --tagsMichael DeHaan2013-04-221-5/+4
* Merge pull request #2622 from skvidal/playbook-start-at-taskMichael DeHaan2013-04-111-0/+4
|\
| * implement --start-at-task option to hop to a specific task before starting ru...Seth Vidal2013-04-091-0/+4
* | Decided to not deprecate legacy template syntax for now. Backwards compat is...Michael DeHaan2013-04-101-5/+0
* | Add code to flag legacy templating like $foo.{bar} as deprecated in favor of ...Michael DeHaan2013-04-101-1/+7
|/
* Change the retry logic to write a limit file, able to source limit from files...Michael DeHaan2013-04-081-1/+1