summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-071-6/+17
* Modify output banners to have constant length and use dashes insteadMichael DeHaan2013-04-061-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-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