summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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-171-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-072-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-032-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
* | Merge pull request #1749 from jpmens/andoc3Michael DeHaan2012-12-121-1/+1
|\ \
| * | print Notes heading only if there are anyJan-Piet Mens2012-12-111-1/+1
* | | make --list-hosts expand out extra vars in the hosts: fieldSeth Vidal2012-12-111-1/+2
|/ /
* | CLI: ansible-doc rebasedJan-Piet Mens2012-12-031-11/+16
|/
* CLI: ansible-doc shows lists of modules & module docs on command-lineJan-Piet Mens2012-11-301-0/+203
* Reuse inventory object created by ansible-playbook in playbookDaniel Hokka Zakrisson2012-11-271-2/+1
* Merge pull request #1629 from dagwieers/list-hosts-playsMichael DeHaan2012-11-171-5/+6
|\
| * Make --list-hosts consider all plays (in multiple playbooks)Dag Wieers2012-11-151-5/+6
* | Fail ansible-playbook when the hosts list (with applied subset) is emptyDag Wieers2012-11-151-0/+5
|/
* ansible-playbook verifies playbooks exist before running themfdavis2012-11-111-0/+7
* Add --limit to calls to ansible and ansible-playbookStephen Fromm2012-11-111-2/+3
* Merge branch 'playbook_ssh_ask_pass' of git://github.com/clatour/ansible into...Michael DeHaan2012-11-032-0/+2
|\
| * Added config option for default ask for ssh_passChandler Latour2012-11-022-0/+2
* | Added config option to control default of asking or not for sudo passwordBrian Coca2012-10-302-0/+2
|/
* pyflakes fixes (mostly unused imports, unused vars)Michael DeHaan2012-10-301-1/+0
* trivial --syntax-check option to ansible to just do the yaml validationSeth Vidal2012-10-151-0/+7
* Add --purge option to ansible-pullStephen Fromm2012-10-121-0/+11
* Clean up auto-selection of playbook and miscellaneous changesStephen Fromm2012-10-121-48/+47
* change method of obtaining hostname to match ansible/library/setupMatthew Johnson2012-10-121-2/+2
* fetch the git repo before trying to find a playbookMatthew Johnson2012-10-121-8/+7
* Merge commits from copperlight's branch ansible-pull_playbook_parameter branchStephen Fromm2012-10-121-17/+81
* Different return codes for different errors.Aleksej Romanov2012-10-042-3/+3
* Indicate errors with exit code.Aleksej Romanov2012-10-042-0/+9
* If all hosts in a play fail, fail the whole playbook and don't bother printin...Michael DeHaan2012-09-301-0/+2
* make callbacks modularMichael DeHaan2012-08-181-0/+1
* add --list-hosts option to ansible-playbook to dump out the hostsSeth Vidal2012-08-151-14/+32
* Allow /bin/ansible to use --limitMichael DeHaan2012-08-111-2/+2
* add the limit option, which can be used to further confine the patterns selec...Michael DeHaan2012-08-101-1/+2
* Add -vvv support for debugging activityMichael DeHaan2012-08-082-4/+3
* whitespace + remove deprecated YAML parser (migration script lives in example...Michael DeHaan2012-08-063-24/+24
* blue on black, tears on a river, push on a shove, it don't mean muchMichael DeHaan2012-07-251-3/+1
* Move color coding bits to module, use over rest of playbookMichael DeHaan2012-07-241-41/+8