| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Don't set ANSIBLE_HOSTS inside the env-setup script | Tim Bielawa | 2012-03-05 | 1 | -4/+0 |
| * | Update constants.py to pull module path and the hosts file from the | Tim Bielawa | 2012-03-05 | 5 | -14/+51 |
|/ |
|
* | Merge pull request #74 from tbielawa/ungrouped | Michael DeHaan | 2012-03-05 | 1 | -0/+1 |
|\ |
|
| * | Fix parse_hosts to not blow up on ungrouped hosts. | Tim Bielawa | 2012-03-05 | 1 | -0/+1 |
* | | Merge pull request #76 from tbielawa/hacking | Michael DeHaan | 2012-03-05 | 4 | -2/+27 |
|\ \ |
|
| * | | Add environment updating script 'env-setup' to facilitate running ansible fro... | Tim Bielawa | 2012-03-05 | 4 | -2/+27 |
| |/ |
|
* | | Merge pull request #75 from tbielawa/freshenMakeClean | Michael DeHaan | 2012-03-05 | 1 | -5/+7 |
|\ \
| |/
|/| |
|
| * | Freshen up Makefile clean target | Tim Bielawa | 2012-03-05 | 1 | -5/+7 |
|/ |
|
* | Merge pull request #73 from skvidal/feature | Michael DeHaan | 2012-03-05 | 3 | -3/+55 |
|\ |
|
| * | correct license | Seth Vidal | 2012-03-05 | 1 | -1/+1 |
| * | add python-paramiko dependency | Seth Vidal | 2012-03-05 | 1 | -0/+1 |
| * | add MANIFEST.in, ansible.spec, modify setup.py for rpm pkg creation | Seth Vidal | 2012-03-05 | 3 | -3/+54 |
|/ |
|
* | Merge pull request #70 from tbielawa/playbookmanpage | Michael DeHaan | 2012-03-05 | 1 | -1/+1 |
|\ |
|
| * | Correct see-also in playbook manpage | Tim Bielawa | 2012-03-05 | 1 | -1/+1 |
|/ |
|
* | Setup module tests | Michael DeHaan | 2012-04-04 | 2 | -3/+31 |
* | Async tests complete. Fixed bug in async_wrapper | Michael DeHaan | 2012-04-04 | 2 | -8/+5 |
* | WIP on async tests | Michael DeHaan | 2012-04-04 | 2 | -8/+24 |
* | Here are those tests I talked about previously :) | Michael DeHaan | 2012-04-04 | 4 | -0/+154 |
* | Add test for template module and make 'dark' errors clearer if we get output ... | Michael DeHaan | 2012-04-04 | 1 | -5/+5 |
* | Strip trailing newlines from command module, which happens in some shell comm... | Michael DeHaan | 2012-04-04 | 1 | -2/+2 |
* | * Added uptime.py as an example of somewhat minimal API usage & reporting | Michael DeHaan | 2012-04-04 | 3 | -8/+44 |
* | Added tests for the guts of the program (Runner()) and modules. Idea is to run | Michael DeHaan | 2012-04-04 | 1 | -0/+3 |
* | Allow ":" to be used to split patterns as well as ";" so if you are just usin... | Michael DeHaan | 2012-03-03 | 1 | -1/+2 |
* | Fix code formatting in README.md | Michael DeHaan | 2012-03-03 | 1 | -2/+2 |
* | attempt to explain import syntax in ansible-playbook manpage. Can't include | Michael DeHaan | 2012-03-03 | 1 | -10/+30 |
* | README updates | Michael DeHaan | 2012-03-03 | 1 | -12/+34 |
* | Remove debug comments | Michael DeHaan | 2012-03-03 | 1 | -7/+7 |
* | Async module, mostly operational, daemonizing/watch code may have bugs | Michael DeHaan | 2012-03-03 | 1 | -16/+25 |
* | async module now forks | Michael DeHaan | 2012-03-03 | 1 | -6/+26 |
* | Time limit needs to be passed to async_wrapper. | Michael DeHaan | 2012-03-03 | 2 | -3/+4 |
* | Added start of async_status script. | Michael DeHaan | 2012-03-03 | 1 | -0/+98 |
* | Laying the groundwork for async mode, async status script still needs to be d... | Michael DeHaan | 2012-03-03 | 5 | -25/+145 |
* | Add user to playbook example so it's clear that this is available | Michael DeHaan | 2012-03-03 | 1 | -1/+2 |
* | Ability to import task lists and handler lists from a top level playbook file... | Michael DeHaan | 2012-03-03 | 5 | -8/+62 |
* | Update AUTHORS | Michael DeHaan | 2012-03-03 | 1 | -0/+1 |
* | add info about the 'all' group to README.md | Michael DeHaan | 2012-03-03 | 1 | -6/+8 |
* | Add -i, -k, and -M to ansible-playbook CLI to match options in /usr/bin/ansible | Michael DeHaan | 2012-03-03 | 3 | -8/+20 |
* | Make sure tempdirs are cleaned up after execution steps, fix notifiers, make ... | Michael DeHaan | 2012-03-03 | 4 | -35/+38 |
* | add pyflakes target & associated fixes. Also decided to save JSON to --tree ... | Michael DeHaan | 2012-03-03 | 5 | -7/+9 |
* | Some minor from 'pep8', and silencing the PEP8 messages I don't care about. | Michael DeHaan | 2012-03-03 | 5 | -24/+32 |
* | Some minor refactoring of playbook code, more to go. | Michael DeHaan | 2012-03-03 | 2 | -40/+42 |
* | Add pydoc to playbook binary, fix default types for playbook '.get()' call | Michael DeHaan | 2012-03-03 | 2 | -3/+10 |
* | Added pydoc for utils.py | Michael DeHaan | 2012-03-03 | 1 | -0/+26 |
* | Added pydoc for functions in Cli() | Michael DeHaan | 2012-03-03 | 1 | -0/+10 |
* | Extensive refactoring of bin/ansible, moving most output functions into lib/a... | Michael DeHaan | 2012-03-03 | 4 | -109/+187 |
* | Add a newline in output here, possibly considering printing top level keys flat | Michael DeHaan | 2012-03-03 | 1 | -3/+3 |
* | Still seeing some weirdness from ohai but we can probably simplify | Michael DeHaan | 2012-03-03 | 1 | -15/+2 |
* | Let "all" be an alias for "*" in patterns, fix output bug on non-command exec... | Michael DeHaan | 2012-03-03 | 4 | -0/+4 |
* | make command module error when no -a more obvious as command is the default m... | Michael DeHaan | 2012-03-02 | 1 | -1/+1 |
* | update README.md on playbook field names | Michael DeHaan | 2012-03-02 | 1 | -2/+1 |