summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update GUIDELINES.mdrobynbergeron-patch-1Robyn Bergeron2016-08-101-1/+14
* creating GUIDELINES.mdRobyn Bergeron2016-08-101-0/+60
* Fix vmware_guest disk and nic parameters and docstrings (#2705)jctanner2016-08-101-2/+6
* Update homebrew_cask with additional cask features and doc updates (#2682)Indrajit Raychaudhuri2016-08-101-21/+60
* Update homebrew_tap to support custom tap URL via optional 'url' option (#2672)Indrajit Raychaudhuri2016-08-101-10/+40
* elb facts fixup (#2099)Fernando José Pando2016-08-101-108/+137
* allow to specify versions with zypper (#2328)Robin Roth2016-08-101-16/+81
* Slack: Fix #2393 - Enable markdown parsing when using custom messsage color (...Matthieu Barthélemy2016-08-101-1/+2
* Add path type in homebrew 'path' option (#2692)Indrajit Raychaudhuri2016-08-101-0/+1
* Merge pull request #1901 from linuxdynasty/kinesis_streamsRyan Brown2016-08-092-0/+1368
|\
| * Now when number of shards is different than what is the stream currently, it ...Allen Sanabria2016-07-141-31/+48
| * version bumpAllen Sanabria2016-07-141-1/+1
| * Module requires boto due to ec2.pyAllen Sanabria2016-07-141-0/+1
| * Removed Ansible API based tests from this PRAllen Sanabria2016-07-141-221/+15
| * Including unit tests.Allen Sanabria2016-07-141-0/+491
| * updated module to accept check_mode in every boto callAllen Sanabria2016-07-141-10/+24
| * Removed test as they will not be ran by Ansible.Allen Sanabria2016-07-141-471/+0
| * Added test to kinesis_stream module.Allen Sanabria2016-07-142-29/+497
| * update doc stringAllen Sanabria2016-07-141-0/+1
| * Create, Delete, and Modify a Kinesis Stream.Allen Sanabria2016-07-141-0/+1053
* | added unsafe_writes to blockinfile (#2701)Brian Coca2016-08-091-1/+1
* | If rc is null, assume that a timeout happened. Fixes #2484 (#2485)Matt Martz2016-08-091-1/+7
* | Do not return failure when the package is installed and nothing is done (#1852)Dagobert Michelsen2016-08-091-1/+2
* | Adds style conventions for bigip_node (#2697)Tim Rupp2016-08-091-203/+203
* | Add support for managing OpenZFS pools (#2642)Adam Števko2016-08-081-4/+17
* | seport: fix a bug when SELinux port definition was already there (#2009) (#2694)Dan Keder2016-08-081-18/+51
* | apk: fix LANG != C while parsing stdout (#2689)René Moser2016-08-071-0/+3
* | apk: Add support for updating virtual packages (#2686)Kevin Brebanov2016-08-071-15/+43
* | RabbitMQ-Binding - Allow empty routing key (#2674)Manuel Sousa2016-08-061-1/+6
* | [FIX] Bug report: ufw: interface option causes an error (1.9.4) (#1491) (#2668)ovcharenko2016-08-061-1/+1
* | updated documentation for win_package (#2677)trondhindenes2016-08-061-0/+11
* | make sure nic is always defined (#2678)Brian Coca2016-08-051-0/+1
* | Use open_url directly to avoid failing tests. (#2680)Matt Clay2016-08-052-5/+3
* | List homebrew options aliases in documentation (#2671)Indrajit Raychaudhuri2016-08-051-0/+4
* | List pacman options aliases in documentation (#2670)Indrajit Raychaudhuri2016-08-051-0/+2
* | iptables: remove duplicated documentation (#2673)Linus Unnebäck2016-08-051-18/+2
* | Merge pull request #1882 from linuxdynasty/new_ec2_vpc_nat_gatewayRyan Brown2016-08-055-0/+1651
|\ \
| * | fixed error message for releasing an ip when not waiting for the nat gateway ...Allen Sanabria2016-08-042-10/+17
| * | fail_json when error and not exit_jsonAllen Sanabria2016-08-041-1/+1
| * | updated tests to reflect dict vs listAllen Sanabria2016-08-041-1/+1
| * | clean up documentationAllen Sanabria2016-08-041-39/+47
| * | updated catch statement to pass test (as e)Allen Sanabria2016-08-031-5/+5
| * | Make sure to catch if no gateways existAllen Sanabria2016-08-031-2/+1
| * | remove botoAllen Sanabria2016-08-031-1/+0
| * | version bumpAllen Sanabria2016-08-031-1/+1
| * | Module requires boto due to ec2.pyAllen Sanabria2016-08-031-0/+1
| * | Added default result of None in catch statementAllen Sanabria2016-08-031-0/+2
| * | Updated module to be compliant with test cases.Allen Sanabria2016-08-035-209/+910
| * | Fixed the missing argument to get_eip_allocation_id_by_addressAllen Sanabria2016-08-031-2/+6
| * | Manage AWS Nat GatewaysAllen Sanabria2016-08-031-0/+930