summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Indentation error causing forks to not be parallel. Ahem :)0.0.2Michael DeHaan2012-04-041-8/+8
* Merge pull request #113 from mgwilliams/bugfixes-apt-moduleMichael DeHaan2012-04-041-5/+7
|\
| * apt module bugfixMatthew Williams2012-04-031-5/+7
* | Merge pull request #110 from jhoekx/remote-varsMichael DeHaan2012-04-041-2/+3
|\ \
| * | Always add vars to a play.Jeroen Hoekx2012-04-031-2/+3
| |/
* | Merge pull request #109 from jeckersb/version-0.0.2Michael DeHaan2012-04-046-10/+13
|\ \
| * | Bump release to 0.0.2John Eckersberg2012-04-036-10/+13
| |/
* | Merge pull request #108 from jeckersb/pep8-fixMichael DeHaan2012-04-041-1/+1
|\ \ | |/ |/|
| * pep8 fixJohn Eckersberg2012-04-031-1/+1
|/
* have apt module raise an error if apt cannot be importedMichael DeHaan2012-04-031-2/+11
* Add documentation for vars_promptMichael DeHaan2012-04-031-2/+7
* Add prompts exampleMichael DeHaan2012-04-031-0/+28
* If missing state or name or list parameter on yum module, raise error explain...Michael DeHaan2012-04-031-0/+4
* Polling timing change results in need to change events file for tests.Michael DeHaan2012-04-031-16/+0
* Fix syntax error in user patchMichael DeHaan2012-04-032-3/+3
* Merge remote branch 'public/integration'Michael DeHaan2012-04-035-57/+92
|\
| * Merge pull request #100 from mgwilliams/file-module-bugsMichael DeHaan2012-04-030-0/+0
| |\
| | * file module: mode formatting & directory ownershipMatthew Williams2012-04-021-3/+3
| * | Merge pull request #104 from mgwilliams/feature-aptMichael DeHaan2012-04-031-45/+37
| |\ \
| | * | improvements to apt module: state=latest, update-cache=yes|no, purge=yes|noMatthew Williams2012-04-021-45/+37
| | |/
| * | Merge pull request #102 from mgwilliams/file-symlinksMichael DeHaan2012-04-031-10/+51
| |\ \
| | * | protecting against replacing file or directory with linkMatthew Williams2012-04-021-3/+5
| | * | "link" state in file moduleMatthew Williams2012-04-021-9/+48
| | |/
| * | Merge pull request #103 from jeckersb/no-shebang-on-callbacks.pyMichael DeHaan2012-04-031-1/+0
| |\ \
| | * | Remove shebang from callbacks.pyJohn Eckersberg2012-04-021-1/+0
| | |/
| * | Merge pull request #106 from mgwilliams/honor-hostfile-returncodeMichael DeHaan2012-04-031-0/+3
| |\ \
| | * | raise error if executable host file execution failsMatthew Williams2012-04-031-0/+3
| | |/
| * | Merge pull request #105 from mgwilliams/bug-extra-varsMichael DeHaan2012-04-031-1/+1
| |\ \ | | |/ | |/|
| | * bugfix for extra-varsMatthew Williams2012-04-021-1/+1
| |/
* | Merge pull request #105 from skvidal/masterMichael DeHaan2012-04-033-0/+20
|\ \
| * | add vars_prompt to playbooksSeth Vidal2012-04-022-0/+14
| * | before we run the actual module/command - emit what that would be to the logsSeth Vidal2012-04-021-0/+6
* | | Merge pull request #104 from skvidal/masterMichael DeHaan2012-04-021-6/+13
|\| | | |/ |/|
| * catch all exceptions and emit sensible errors - if we have a config file erro...Seth Vidal2012-04-021-6/+13
|/
* Eliminate possible race condition in async_wrapper where ansible deletes the ...Michael DeHaan2012-04-012-6/+12
* Surface module debug (-D) to /usr/bin/ansible alsoMichael DeHaan2012-03-314-0/+18
* Patch process info.Michael DeHaan2012-03-311-0/+18
* Disable ohai test as it's hanging for whatever reason, but doesn't do this in...Michael DeHaan2012-03-312-4/+8
* Merge pull request #97 from jhoekx/stderr-loggingMichael DeHaan2012-03-314-30/+52
|\
| * Change debug flag to D instead of d.Jeroen Hoekx2012-03-311-1/+1
| * Add --debug option to ansible-playbook.Jeroen Hoekx2012-03-311-0/+3
| * Add a debug attribute to Runner/Playbook.Jeroen Hoekx2012-03-313-30/+49
* | Merge pull request #98 from jhoekx/no-touch-fileMichael DeHaan2012-03-311-3/+2
|\ \
| * | Make copy module idempotent.Jeroen Hoekx2012-03-311-3/+2
| |/
* | Merge pull request #96 from jhoekx/playbook-defaultsMichael DeHaan2012-03-311-2/+2
|\ \ | |/ |/|
| * Correct default user and port in playbook.Jeroen Hoekx2012-03-311-2/+2
|/
* pyflakes: Unused import / unused varMichael DeHaan2012-03-312-2/+1
* Be more flexible about where the service binary lives for better cross platfo...Michael DeHaan2012-03-311-7/+7
* Need for quoting/unquoting problems go away once module_args are all treated ...Michael DeHaan2012-03-311-19/+3
* Treat module args as strings everywhere to avoid unneccessary shlex and requo...Michael DeHaan2012-03-314-35/+16