summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | return a proper result set for getmaster/getslave (#2595)Serge van Ginderachter2016-08-041-10/+12
* | | Exception handling for MySQLdb warnings (#2594)Serge van Ginderachter2016-08-041-1/+5
* | | Add kibana_plugin module (#2621)Thierno IB. BARRY2016-08-041-0/+237
* | | Merge pull request #2652 from logicmonitor/logicmonitorJames Cammarata2016-08-032-0/+2803
|\ \ \
| * | | Add logicmonitor and logicmonitor_facts modulesJeff Wozniak2016-08-022-0/+2803
* | | | Merge pull request #2323 from bendoh/bendoh-archive-moduleJohn R Barker2016-08-031-0/+385
|\ \ \ \ | |_|/ / |/| | |
| * | | expanduser() on destBen Doherty2016-06-011-1/+3
| * | | Refactor computation of archive filenames, clearer archive filenameBen Doherty2016-06-011-12/+11
| * | | Don't try to walk over files when building archiveBen Doherty2016-06-011-25/+34
| * | | Rename 'archive' -> 'arcfile' in compress branchBen Doherty2016-06-011-6/+6
| * | | Change 'creates' parameter to 'dest'Ben Doherty2016-06-011-34/+34
| * | | Refactor zip and tarfile loops together, branch where calls are differentBen Doherty2016-05-311-40/+36
| * | | Merge branch 'bendoh-archive-module' of github.com:bendoh/ansible-modules-ext...Ben Doherty2016-05-311-0/+1
| |\ \ \
| | * | | Add 'default' to docs for 'compression' optionBenjamin Doherty2016-05-281-0/+1
| * | | | Some refactoring:Ben Doherty2016-05-311-11/+29
| * | | | Reword comments slightlyBen Doherty2016-05-311-2/+2
| |/ / /
| * | | Documentation updatesBen Doherty2016-05-271-5/+4
| * | | Use different syntax in lambdaBen Doherty2016-05-271-5/+1
| * | | Make remove default to false. It's less frightening.Ben Doherty2016-05-261-8/+14
| * | | Don't use <x> if <y> else <z> syntaxBen Doherty2016-05-261-1/+5
| * | | Accept 'path' as a list argument, expose path and expanded_path,Ben Doherty2016-05-261-9/+5
| * | | Fix up for zip files and nesting logic.Ben Doherty2016-05-261-9/+40
| * | | Add licenseBen Doherty2016-05-261-0/+20
| * | | Add compressed file source to successes when succeeds!Ben Doherty2016-05-261-0/+2
| * | | Add RETURN documentationBen Doherty2016-05-261-0/+21
| * | | Fix write mode for ZipFiles ('wb' is invalid!)Ben Doherty2016-05-261-1/+1
| * | | Drop extra double-quote from documentationBen Doherty2016-05-261-1/+1
| * | | Initial commit of extras/archive module.Ben Doherty2016-05-261-0/+285
* | | | Use HTTPS instead of legacy HTTP for ansible.com (#2636)Robin Schneider2016-08-023-5/+5
| |/ / |/| |
* | | Merge pull request #2649 from jctanner/PYVMOMI_VMWARE_GUEST_MODULEjctanner2016-08-021-0/+868
|\ \ \
| * | | Consolidate to one module and use new arg specJames Tanner2016-08-022-900/+114
| * | | add examplesJames Tanner2016-08-011-0/+26
| * | | Remove print statementsJames Tanner2016-08-012-34/+1
| * | | fix tabsJames Tanner2016-08-011-32/+24
| * | | fix tabsJames Tanner2016-08-011-32/+24
| * | | Add the guest state moduleJames Tanner2016-08-011-0/+823
| * | | Rename moduleJames Tanner2016-08-011-2/+2
| * | | Add return data exampleJames Tanner2016-08-011-1/+9
| * | | Add template deployerJames Tanner2016-08-011-0/+846
* | | | Enable FreeBSD tests on Shippable. (#2648)Matt Clay2016-08-011-0/+2
|/ / /
* | | updated docs, version is 2.2 and explain changesBrian Coca2016-07-291-12/+30
* | | Updates to Sendgrid Module (#1275)Jonathan Davila2016-07-291-27/+135
* | | Improve module docs (#2638)Ryan Brown2016-07-291-8/+10
* | | Enable Windows tests on Shippable. (#2635)Matt Clay2016-07-281-0/+5
* | | Add RETURN docs for github_key (#2634)Adrian Likins2016-07-281-1/+18
* | | Use %s string formatting in system/timezone.py (#2632)Adrian Likins2016-07-281-16/+20
* | | Add a 'requirements:' field to homebrew doc (#2630)Adrian Likins2016-07-282-0/+4
* | | Use py2.4 compat string formatting in github_key (#2633)Adrian Likins2016-07-281-2/+2
* | | Merge pull request #2126 from bcoca/s3_bucket_fix_json_plusRyan Brown2016-07-281-82/+63
|\ \ \
| * | | send json string to api instead of dictBrian Coca2016-07-281-1/+1