summaryrefslogtreecommitdiff
path: root/library
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix traceback in git module when version checkout failsPetr Svoboda2013-08-011-0/+1
| | |_|/ | |/| |
* | | | Verify groups string is not empty before trying add user to groupsrishid2013-08-011-2/+2
* | | | Merge pull request #3651 from nicholaskuechler/rax-update-files-docsMichael DeHaan2013-08-011-0/+3
|\ \ \ \
| * | | | Change equals to colonNicholas Kuechler2013-07-301-1/+1
| * | | | Fixed a problem on my side. Was doing weird things.Nicholas Kuechler2013-07-301-2/+2
| * | | | Remove tailing bracketNicholas Kuechler2013-07-301-1/+1
| * | | | Update example to be more yaml friendlyNicholas Kuechler2013-07-271-2/+3
| * | | | Add example with multiple files.Nicholas Kuechler2013-07-231-2/+3
| * | | | Update docs and example for injecting files.Nicholas Kuechler2013-07-231-1/+2
| | |_|/ | |/| |
* | | | Merge pull request #3691 from stoned/mysql_user-doc-fixMichael DeHaan2013-08-011-1/+2
|\ \ \ \
| * | | | module mysql_user: fix 'state' parameter descriptionStoned Elipot2013-07-291-1/+2
| | |/ / | |/| |
* | | | Merge pull request #3728 from bpennypacker/ec2_elb_updatesMichael DeHaan2013-08-011-5/+63
|\ \ \ \
| * | | | Added optional region parameter. Fail if you specify an ELB that doesn't exist.Bruce Pennypacker2013-08-011-5/+63
| | |/ / | |/| |
* | | | Merge pull request #3722 from bcoca/lvg_gets_bin_pathMichael DeHaan2013-08-011-8/+18
|\ \ \ \
| * | | | fixed bug from prev updateBrian Coca2013-08-011-1/+1
| * | | | whitespace updates on new linesBrian Coca2013-07-311-8/+8
| * | | | now uses get_bin_path for lvg executablesBrian Coca2013-07-311-8/+18
| | |/ / | |/| |
* | | | Merge pull request #3655 from disko/pkgin_search_fixMichael DeHaan2013-08-011-8/+36
|\ \ \ \
| * | | | Fix pkgin search (yielding wrong results under certain conditions, see inline...Andreas Kaiser2013-07-241-8/+36
| | |/ / | |/| |
* | | | Merge pull request #3648 from echohead/glance-image-timeoutMichael DeHaan2013-08-011-1/+1
|\ \ \ \
| * | | | Fix 'timeout' parameter of glance-image module.Tim Miller2013-07-251-1/+1
| |/ / /
* | | | Merge pull request #3676 from bcoca/debug_doc_updateMichael DeHaan2013-08-011-3/+1
|\ \ \ \
| * | | | updated debug module docs to remove outdated -v requirement (andBrian Coca2013-07-261-3/+1
| |/ / /
* | | | Merge pull request #3634 from stintel/mysql-revoke-grant-optionMichael DeHaan2013-08-011-11/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Only revoke GRANT OPTION when user actually has itStijn Tintel2013-07-231-11/+10
| |/ /
* | | Make exceptions handling python 2.4 compatible.Michael DeHaan2013-07-291-2/+2
* | | Merge pull request #3666 from bpennypacker/statdocMichael DeHaan2013-07-281-1/+8
|\ \ \
| * | | doc updateBruce Pennypacker2013-07-251-1/+8
| |/ /
* | | fixed vpc provisioning / clarified group_id usageRalph Tice2013-07-221-3/+6
|/ /
* | Merge branch 'devel' of github.com:ansible/ansible into develMichael DeHaan2013-07-221-4/+1
|\ \
| * | Continue on mount errors, don't fail the setup module.Michael DeHaan2013-07-221-4/+1
| * | Merge pull request #3622 from bcoca/fix_the_stat_fixMichael DeHaan2013-07-221-1/+1
| |\ \
| | * | use global to fail as its not in selfBrian Coca2013-07-221-1/+1
* | | | Fix prev feature commit, Do not require aptitude to use apt commands in the a...Michael DeHaan2013-07-221-2/+4
|/ / /
* | | Merge pull request #3617 from dermute/develMichael DeHaan2013-07-221-1/+1
|\ \ \ | |/ / |/| |
| * | fixes ansible/ansible#3547Alexander Winkler2013-07-161-1/+1
* | | Remove end of line semicolons.Michael DeHaan2013-07-211-5/+5
* | | Remove reference to 'context' since it's not implemented.Michael DeHaan2013-07-211-7/+0
* | | Fix route53 module docs version/module nameMichael DeHaan2013-07-211-2/+2
* | | Fix YAML doc errors.Michael DeHaan2013-07-211-4/+4
* | | Update docs to add version_added attribute.Michael DeHaan2013-07-211-0/+1
* | | Merge pull request #3400 from diko4096/patch-1Michael DeHaan2013-07-211-0/+8
|\ \ \
| * | | Update gemDmitry Kolobaev2013-07-011-0/+8
* | | | Merge pull request #3413 from evan82/develMichael DeHaan2013-07-211-0/+302
|\ \ \ \
| * | | | added note about AMI securityEvan Duffield2013-07-081-0/+2
| * | | | Merge branch 'devel' of https://github.com/evan82/ansible into develEvan Duffield2013-07-081-1/+1
| |\ \ \ \
| | * | | | Getting timeout errors this morning as AMIs are taking a bit longer to create...Evan2013-07-031-1/+1
| * | | | | added region to specEvan Duffield2013-07-081-1/+2
| |/ / / /
| * | | | fixed spelling errors, unused variables and unused importEvan2013-07-031-14/+6
| * | | | Added module for baking EC2 AMIsEvan Duffield2013-07-021-0/+307