summaryrefslogtreecommitdiff
path: root/bin/ansible-playbook
Commit message (Collapse)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 ↵James Cammarata2014-04-291-0/+3
|\ | | | | | | https://github.com/abadger/ansible into abadger-feature/multi-version-import
| * Require a recent enough version of pycrypto and see that playbook and vault ↵Toshio Kuratomi2014-03-141-0/+3
| | | | | | | | ues it.
* | Merge pull request #6585 from eggsby/patch-3jctanner2014-04-041-1/+1
|\ \ | | | | | | Allow vault encrypted vars as extra_vars
| * | Allow vault encrypted vars as extra_varsThomas Omans2014-03-191-1/+1
| | | | | | | | | Forward the vault_password to the yaml file utility.
* | | 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
|\ \ \ | | | | | | | | Properly revert changes introduced in #6579
| * | | 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
|/ / | | | | | | Also add a unit test for vaulteditor to verify 1.0 passwords with newline chars.
* | Merge pull request #5895 from trbs/listtasks_honors_limitMichael DeHaan2014-03-161-1/+3
|\ \ | |/ |/| make --list-tasks honor --limit
| * make --list-tasks honor --limittrbs2014-02-061-1/+3
| |
* | Addresses #6188 Add --vault-password-file to bin/ansible and ↵James Tanner2014-02-261-0/+18
| | | | | | | | bin/ansible-playbook
* | 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
| | | | | | | | | | | | | | This reverts commit c17d0e0357f1f3bdc7389eaa3171444fccda8b76. Conflicts: lib/ansible/runner/connection_plugins/paramiko_ssh.py
* | Revert "Merge pull request #5325 from angstwad/add-su-support"James Tanner2014-01-201-16/+2
| | | | | | | | | | This reverts commit 6f4bfa2cff4b1bbc78146b505e5e0bc8b82eb4c2, reversing changes made to c91ba3a7c739cdedb95a5829439a35c76ee62ac6.
* | 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 ↵Paul Durivage2014-01-201-2/+9
| | | | | | | | | | | | ssh, ssh_alt Fixes for ssh_alt support, adding in references to in_data where appropriate
* | 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 well
| * | 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
|\ \ \ | |/ / |/| | Supports to the playbook of Process Substitution
| * | 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 ↵James Cammarata2013-08-221-3/+10
|\ \ | | | | | | | | | j2sol-exit-3-on-dark
| * | Exit with status 3 if no failures but unreachable.Jesse Keating2013-08-141-3/+10
| | | | | | | | | | | | | | | | | | Provide hints to playbook callers that a playbook execution had unreachable vs failures. 2 == failures, 3 == no failures, but unreachable hosts. 0 continues to be all good.
* | | 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
| | | | | | | | | | | | | | With the command line option "-c local", ansible and ansible-playbook should never ask for a SSH password even if this is set in the config. Fixes #3720
* | 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
| * 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
|/ | | | | | | | | | | | | | * Moved the --list-hosts option that is common to both `ansible` and `ansible-playbook` into utils/__init__.py (corrects a FIXME) * Wrote new help text for the --list-hosts option that makes sense for both of the commands that it applies to * Changed the usage argument in `ansible-playbook` so that it is setup in the base_parser method the same way that it is in the `ansible` executable * Updated the help text for several options to correct typos, clarify meaning, improve readability, or fix grammatical errors. In the case of `ansible-pull`, I changed the help text so that it adheres to the same standards as the other executables.
* Allow the group_vars and host_vars directories to be stored alongside the ↵Michael DeHaan2013-06-011-0/+3
| | | | playbook as well as inventory.
* Keep ansible-playbook from bombing without extra-varsKent Frazier2013-05-311-1/+1
| | | | | | | A recent change to ansible-playbook to support json extra-vars also inadvertently broke the script when no extra-vars are provided. Simply checking to make sure it is defined and truthy should take care of the issue.
* Support JSON in --extra-vars.Fabio Bonelli2013-05-281-1/+4
| | | | | If --extra-vars starts with either a '{' or a '[', it will be assumed we are dealing with JSON and parse the data as such.
* Adds a logfile for ansible playbooks that can be set by the environment or ↵Michael DeHaan2013-04-271-9/+25
| | | | configuration file.
* 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 starti...
| * implement --start-at-task option to hop to a specific task before starting ↵Seth Vidal2013-04-091-0/+4
| | | | | | | | running them
* | Decided to not deprecate legacy template syntax for now. Backwards compat ↵Michael DeHaan2013-04-101-5/+0
| | | | | | | | is important, though the docs will suggest the new way.
* | Add code to flag legacy templating like $foo.{bar} as deprecated in favor of ↵Michael DeHaan2013-04-101-1/+7
|/ | | | | | Jinja2 {{ foo.bar }} so we can remove the legacy system at a later date.
* Change the retry logic to write a limit file, able to source limit from ↵Michael DeHaan2013-04-081-1/+1
| | | | files by indicating with @filename