summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bump for 0.3 release0.3Michael DeHaan2012-04-234-3/+12
* Fix merge issueMichael DeHaan2012-04-231-0/+1
* Merge branch 'integration'Michael DeHaan2012-04-2346-577/+1672
|\
| * Fetch module doesn't set invocation parameter as it invokes nothing, so don't...Michael DeHaan2012-04-231-1/+1
| * Merge pull request #212 from sideswipewvu/debmakeMichael DeHaan2012-04-232-3/+10
| |\
| | * debian packagingHenry Graham2012-04-232-3/+10
| |/
| * Merge pull request #198 from dne/apt-default-releaseMichael DeHaan2012-04-221-8/+16
| |\
| | * Add optional "default-release" argument for apt moduleDaniel Néri2012-04-231-8/+16
| |/
| * Merge pull request #192 from sfromm/selinuxMichael DeHaan2012-04-222-21/+42
| |\
| | * Add another example to file_secontext.ymlStephen Fromm2012-04-221-1/+7
| | * Add example playbook of file module's selinux capabilitiesStephen Fromm2012-04-211-0/+12
| | * Add context=default option to file moduleStephen Fromm2012-04-211-21/+24
| |/
| * Merge pull request #191 from dne/apt-install-versionMichael DeHaan2012-04-211-11/+28
| |\
| | * Add apt module support for installing/removing specific version of packageDaniel Néri2012-04-221-11/+28
| * | Make it possible to use facts from hosts in templates for other hosts.Michael DeHaan2012-04-214-18/+19
| |/
| * Small style fixes for indentation and spacing.Michael DeHaan2012-04-212-4/+4
| * Ignore pyflakes E261 style output (multiple spaces before inline comment)Michael DeHaan2012-04-211-1/+1
| * Unused importsMichael DeHaan2012-04-212-2/+0
| * Remove unused assignmentMichael DeHaan2012-04-211-1/+0
| * Unused importMichael DeHaan2012-04-211-1/+0
| * Unused importMichael DeHaan2012-04-211-1/+0
| * Unused importMichael DeHaan2012-04-212-3/+23
| * Move setup.py stuff back to top level as "make sdist" was not working, plus, ...Michael DeHaan2012-04-214-12/+12
| * Don't prompt for password info if the pattern wouldn't have matched any hosts...Michael DeHaan2012-04-211-2/+9
| * Use /var/tmp for root by default to avoid /tmp being mounted noexec, and segr...Michael DeHaan2012-04-211-2/+9
| * Make it such that modules with no arguments work fine in playbooks (like ping...Michael DeHaan2012-04-211-1/+3
| * Fix bug in src. Should not code this early :)Michael DeHaan2012-04-202-2/+4
| * Don't try to expand path for None valuesMichael DeHaan2012-04-202-5/+12
| * Call os.path.expanduser in modules so things work as expected even when using...Michael DeHaan2012-04-202-4/+4
| * A better fix for slurp, expand path in the module.Michael DeHaan2012-04-202-2/+3
| * Fixup slurp module usage when not running as root, fix error handling path in...Michael DeHaan2012-04-192-2/+2
| * Update bin/ansible to fix usage of inventory API + no more verbose optionMichael DeHaan2012-04-191-2/+2
| * Merge branch 'align-vars-syntax' of https://github.com/jhoekx/ansible into jh...Michael DeHaan2012-04-194-9/+26
| |\
| | * Supported 'listed' vars in playbooks.Jeroen Hoekx2012-04-191-1/+11
| | * Support dicts in inventory vars.Jeroen Hoekx2012-04-193-8/+15
| * | Merge pull request #181 from leucos/integrationMichael DeHaan2012-04-191-0/+44
| |\ \
| | * | Fixes Arch PKGBUILD dependenciesMichel Blanc2012-04-191-2/+2
| | * | Adds ArchLinux build fileMichel Blanc2012-04-191-0/+44
| * | | Merge pull request #182 from tbielawa/moveManifestMichael DeHaan2012-04-194-5/+13
| |\ \ \
| | * | | Move packaging related things out of the root directory:Tim Bielawa2012-04-194-5/+13
| | |/ /
| * | | Merge pull request #183 from dne/apt-fixesMichael DeHaan2012-04-191-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Fix two misspellings of the apt module's "fail_json" functionDaniel Néri2012-04-191-2/+2
| |/ /
| * | Add missing file (slurp) used by templates in non-playbook mode.Michael DeHaan2012-04-191-0/+71
| * | Add PyYAML requirementMichael DeHaan2012-04-191-0/+1
| * | Add debian build notes... makefile target pending, some changes to instructio...Michael DeHaan2012-04-181-0/+11
| * | Add gentoo packaging pointerMichael DeHaan2012-04-181-0/+3
| * | Move debian under packaging subdirectoryMichael DeHaan2012-04-189-0/+0
| * | make all templating happen locally, so no jinja2 deps are ever requiredMichael DeHaan2012-04-182-167/+42
| |/
| * Don't force down ansible facts back to setup, the setup module won't like par...Michael DeHaan2012-04-182-1/+2
| * Teach playbooks to template locally to eliminate the need for Jinja2 on remot...Michael DeHaan2012-04-181-31/+60