| Commit message (Expand) | Author | Age | Files | Lines |
* | add --list-hosts option to ansible-playbook to dump out the hosts | Seth Vidal | 2012-08-15 | 1 | -14/+32 |
* | Allow /bin/ansible to use --limit | Michael DeHaan | 2012-08-11 | 1 | -2/+2 |
* | add the limit option, which can be used to further confine the patterns selec... | Michael DeHaan | 2012-08-10 | 1 | -1/+2 |
* | Add -vvv support for debugging activity | Michael DeHaan | 2012-08-09 | 2 | -4/+3 |
* | whitespace + remove deprecated YAML parser (migration script lives in example... | Michael DeHaan | 2012-08-07 | 3 | -24/+24 |
* | blue on black, tears on a river, push on a shove, it don't mean much | Michael DeHaan | 2012-07-26 | 1 | -3/+1 |
* | Move color coding bits to module, use over rest of playbook | Michael DeHaan | 2012-07-25 | 1 | -41/+8 |
* | Support for colors in ansible-playbook | Jan-Piet Mens | 2012-07-24 | 1 | -3/+62 |
* | Merge pull request #576 from davehatton/adjust_playbook_output_formating | Michael DeHaan | 2012-07-12 | 1 | -1/+1 |
|\ |
|
| * | improve output formating for playbook | Dave Hatton | 2012-07-11 | 1 | -1/+1 |
* | | Basic support for tagging tasks and selecting a subset of tasks to run with -... | Michael DeHaan | 2012-07-12 | 1 | -1/+5 |
|/ |
|
* | Remove the -D module debug flag, which no longer is functional due to sudo pt... | Michael DeHaan | 2012-06-20 | 2 | -4/+4 |
* | Leverage cowsay if installed. | Michael DeHaan | 2012-05-31 | 1 | -1/+1 |
* | Fix casing/underscore convention in method name, split polling logic away fro... | Michael DeHaan | 2012-05-26 | 1 | -1/+1 |
* | hook up --private-key to the runner | Seth Vidal | 2012-05-14 | 2 | -1/+3 |
* | Since host variables are becoming important, it did not make sense to sustain... | Michael DeHaan | 2012-05-08 | 1 | -6/+0 |
* | Fix non-sudo execution, add --sudo-user to ansible-playbook. | John Kleint | 2012-05-08 | 2 | -7/+10 |
* | Fixup the previous sudo_user support patch to work with playbooks. | Michael DeHaan | 2012-05-07 | 1 | -1/+3 |
* | first bit of getting sudo -u functionality | Jim Richardson | 2012-05-07 | 1 | -2/+4 |
* | Add some comments to ansible-pull and the example playbook | Michael DeHaan | 2012-05-02 | 1 | -0/+11 |
* | Merge branch 'local' of https://github.com/sfromm/ansible into devel | Michael DeHaan | 2012-05-02 | 1 | -0/+64 |
|\ |
|
| * | Simplify ansible-pull to just invoke ansible and ansible-playbook | Stephen Fromm | 2012-05-02 | 1 | -108/+25 |
| * | Add ansible-pull | Stephen Fromm | 2012-05-02 | 1 | -0/+147 |
* | | Trivial fix: make PyDev happy (imports). | Rafal Lewczuk | 2012-05-02 | 1 | -2/+2 |
|/ |
|
* | Modify /usr/bin/ansible and playbooks to use the new async API. | Jeroen Hoekx | 2012-05-02 | 1 | -59/+13 |
* | Reinstate --extra-vars, which can do things in playbooks like: | Michael DeHaan | 2012-04-27 | 1 | -1/+5 |
* | Unused imports | Michael DeHaan | 2012-04-21 | 2 | -2/+0 |
* | Don't prompt for password info if the pattern wouldn't have matched any hosts... | Michael DeHaan | 2012-04-21 | 1 | -2/+9 |
* | Update bin/ansible to fix usage of inventory API + no more verbose option | Michael DeHaan | 2012-04-19 | 1 | -2/+2 |
* | verbose option is not being used, so remove it. debug variable still exists. | Michael DeHaan | 2012-04-17 | 2 | -2/+1 |
* | remove --extra-vars since the new YAML inventory stuff wasn't quite using it ... | Michael DeHaan | 2012-04-17 | 1 | -3/+0 |
* | Allow --user for playbooks, no need for port setting as can specify in invent... | Michael DeHaan | 2012-04-17 | 2 | -10/+18 |
* | Refactor inventory code out of Runner. | Jeroen Hoekx | 2012-04-16 | 1 | -3/+5 |
* | Merge remote branch 'public/integration' into integration | Michael DeHaan | 2012-04-14 | 1 | -0/+2 |
|\ |
|
| * | Stop async /bin/ansible if completed on all hosts. | Jeroen Hoekx | 2012-04-13 | 1 | -0/+2 |
* | | Update manpages, fix missing variable assignment | Michael DeHaan | 2012-04-14 | 2 | -2/+3 |
* | | Add support for specifying sudo passwords to both ansible & playbook. Nopass... | Michael DeHaan | 2012-04-14 | 2 | -3/+10 |
* | | Allow playbook to take --connection=local for easier reuse of playbook in kic... | Michael DeHaan | 2012-04-13 | 1 | -4/+2 |
|/ |
|
* | Add defaults to command help to avoid a certain class of user questions. | Michael DeHaan | 2012-04-13 | 1 | -1/+2 |
* | Merge branch 'master' into localconnection | Stephen Fromm | 2012-04-12 | 2 | -27/+16 |
|\ |
|
| * | Merge commit '8ae71cc' into integration | Michael DeHaan | 2012-04-11 | 2 | -25/+13 |
| |\ |
|
| | * | go back to using a normal optparser to add options instead of the dict | Seth Vidal | 2012-04-10 | 2 | -25/+13 |
| * | | Added usage info to bin/ansible-playbook, now shows options on bare command l... | Brad Olson | 2012-04-10 | 1 | -2/+4 |
| * | | began playbook tweak | Brad Olson | 2012-04-10 | 1 | -1/+1 |
| * | | Wired in Michael's usage string optparse style. | Brad Olson | 2012-04-10 | 1 | -1/+1 |
| |/ |
|
* / | Add support to bin/ansible for --connection option | Stephen Fromm | 2012-04-11 | 1 | -1/+2 |
|/ |
|
* | Modification on top of skvidal's common options patch to keep options to comm... | Michael DeHaan | 2012-04-06 | 2 | -25/+30 |
* | Amend option descriptions. | Michael DeHaan | 2012-04-06 | 1 | -2/+2 |
* | move the bulk of the opt parsing out of ansible/ansible-playbook and into utils | Seth Vidal | 2012-04-05 | 2 | -44/+6 |
* | Surface module debug (-D) to /usr/bin/ansible also | Michael DeHaan | 2012-03-31 | 1 | -0/+3 |