summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add ansible-galaxy python dependenciesv1.4.2release1.4.2James Tanner2013-12-181-0/+730
* 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 #4484 from mscherer/add_short_hostnamejctanner2013-11-141-4/+7
|\ \
| * | also fix the doc, forgot in last commitMichael Scherer2013-10-131-2/+3
| * | ansible-pull by default will look for local.yml and $fqdn.yml.Michael Scherer2013-10-131-2/+4
* | | Merge pull request #4466 from sfromm/ansibleJames Tanner2013-11-131-39/+92
|\ \ \
| * | | Add pager support to ansible-docStephen Fromm2013-10-111-39/+88
| |/ /
* | | 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
* | | | add a default value for the -d option of ansible-pullMichael Scherer2013-10-181-3/+4
| |_|/ |/| |
* | | Fix 'ansible-doc -l' runtime error following commit 4430d0fStoned Elipot2013-10-161-1/+1
| |/ |/|
* | Minor format fix in ansible-pull related to the -f patchJames Cammarata2013-09-201-2/+1
* | Merge branch 'devel' of https://github.com/jflorian/ansible into jflorian-develJames Cammarata2013-09-201-1/+9
|\ \
| * | Added -f/--force option to ansible-pullJohn Florian2013-09-031-1/+9
| |/
* | 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-222-4/+11
|\
| * Exit with status 3 if no failures but unreachable.Jesse Keating2013-08-142-4/+11
* | Parse --extra-vars as YAML (which includes JSON)Alek Storm2013-08-221-6/+5
* | Support multiple --extra-vars flagsAlek Storm2013-08-221-9/+9
* | Extend ansible-pull to support other source repositoriesStephen Fromm2013-08-201-15/+28
|/
* Misc style fixes.Michael DeHaan2013-08-102-5/+5
* Never ask for SSH password when using local connection.Andy R2013-08-072-0/+6
* 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
* set checkout destination directory to be full pathMatt Lesko2013-07-051-0/+2
* 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
* | Merge branch 'option-updates' of git://github.com/jlund/ansible into develMichael DeHaan2013-06-303-16/+10
|\ \
| * | Updates to Ansible command optionsJoshua Lund2013-06-263-15/+9
| |/
* | Add --only-if-changed option.Stavros Korokithakis2013-07-011-5/+14
|/
* remove errant and unneeded import of ansible.constantsStephen Fromm2013-06-011-2/+0
* Help ansible-pull work better in bootstap environmentStephen Fromm2013-06-011-1/+10
* 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
* Fix empty requirements specifications in modules documentationStoned Elipot2013-05-161-1/+1
* Add Requirements to rst template, ansible-docJan-Piet Mens2013-05-111-0/+6
* ansible-doc: skip directories (new library/ format)Jan-Piet Mens2013-04-301-0/+2
* Adds a logfile for ansible playbooks that can be set by the environment or co...Michael DeHaan2013-04-272-15/+34
* Resolve merge conflictMichael DeHaan2013-04-222-14/+4
* Make --list-tasks work nicer with --tagsMichael DeHaan2013-04-221-5/+4
* Make plugin loader path operations more efficient.Michael DeHaan2013-04-201-2/+12
* Merge pull request #2649 from sergevanginderachter/bin-ansibleMichael DeHaan2013-04-111-2/+3
|\
| * make bin/ansible error output consistent for shell module as for the command ...Serge van Ginderachter2013-04-111-2/+3
* | 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