summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-241-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-171-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-07-011-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-07-013-16/+10
|\ \
| * | Updates to Ansible command optionsJoshua Lund2013-06-273-15/+9
| |/
* / Add --only-if-changed option.Stavros Korokithakis2013-06-301-5/+14
|/
* remove errant and unneeded import of ansible.constantsStephen Fromm2013-06-021-2/+0
* Help ansible-pull work better in bootstap environmentStephen Fromm2013-06-021-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-06-011-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-232-14/+4
* Make --list-tasks work nicer with --tagsMichael DeHaan2013-04-231-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-111-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
* When playbooks fail, attempt to create an inventory file in the inventory dir...Michael DeHaan2013-04-081-6/+17
* Modify output banners to have constant length and use dashes insteadMichael DeHaan2013-04-071-5/+5
* add --step option to ansible-playbooks to let people step through a playbookSeth Vidal2013-03-111-0/+4
* Add support for additional EXAMPLES string in Ansible modulesJan-Piet Mens2013-02-181-2/+6
* Removing unused import, 'make pyflakes' is now clean.Michael DeHaan2013-02-181-5/+0
* Fix crontab doc formattingMichael DeHaan2013-02-091-1/+3
* Some formatting preferences for --list-hosts and --list-tasksMichael DeHaan2013-02-091-2/+5
* Merge branch 'devel' of git://github.com/schmic/ansible into schmic-develMichael DeHaan2013-02-091-7/+23
|\
| * Adds commandline parameter --list-tasksschmic2013-02-071-7/+23
* | Very basic --diff option for showing what happens when templates change.Michael DeHaan2013-02-082-6/+26
|/
* No authentication with --syntax-checkschmic2013-02-071-1/+1
* For ansible --list-hosts benefit apply hosts selection limits earlyStoned Elipot2013-02-061-0/+2
* This implements a basic --check mode which for now is only implemented on tem...Michael DeHaan2013-02-042-3/+7
* Create Play objects for --list-hosts to mimic actual behaviourDaniel Hokka Zakrisson2013-02-031-13/+7
* Tweak sysctl docs so they'll web-renderMichael DeHaan2013-01-261-0/+1
* Fixup ec2_facts docs parsingMichael DeHaan2013-01-261-3/+6
* Enable --list-hosts with a list of hostsDaniel Hokka Zakrisson2013-01-131-1/+4
* cleanup Example output in ansible-docJan-Piet Mens2012-12-141-2/+4
* Merge pull request #1741 from christopher-snapp/list-hostsMichael DeHaan2012-12-121-0/+11
|\
| * add --list-hosts support to bin/ansibleChristopher A. Snapp2012-12-091-0/+11