Filipe Niero Felisbino
9ba2f0f266
Fix attachment issue ( thanks @gunzy83 )
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
f4ace1e9cc
Change attached parameter default to None
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
f41900920f
Add "version_added" to attached attribute
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
1c1a17bfd2
Add attached parameter to ec2_eni module
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
94d03b6b55
Add RETURN docs
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
7ae8693bda
Fix docs
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
f8314c3e61
Fix the AMI creation/modification logic thus making it idempotent
2016-12-08 11:34:48 -05:00
Nadir
5de3dbbf6d
Added redrive policy options ( #2245 )
2016-12-08 11:34:47 -05:00
EarlAbides
961c076e72
Fix ec2_asg_facts module when using name parameter ( #2840 ) ( #2841 )
2016-12-08 11:34:47 -05:00
John R Barker
b7afa14f64
Minor tidyup ( #2828 )
2016-12-08 11:34:47 -05:00
Ryan Brown
2858d24acb
New module: execute_lambda (AWS) ( #2558 )
...
First version of execute_lambda module
Supports:
- Synchronous or asynchronous invocation
- Tailing log of execution (sync execution only)
- check mode
2016-12-08 11:34:47 -05:00
Monty Taylor
510e1140ce
Error if shade is too old for domain_id on os_project ( #2806 )
...
* Error if shade is too old for domain_id on os_project
os_project's domain_id parameter requires shade >= 1.8.1 to work. Be
explicit.
Fixes #2805 os_project requires python-shade 1.8.1 or higher
* What I really meant was 1.8.0
2016-12-08 11:34:47 -05:00
Ethan Devenport
dcd7544b26
Added parameter choices for bus.
2016-12-08 11:34:45 -05:00
Ethan Devenport
403c1ddf7b
Set variable types, defined choices, and cleaned up whitespace.
2016-12-08 11:34:45 -05:00
Ethan Devenport
f9e0830b44
Reverting recent commits back to initial PR and will move the new profitbricks_firewall_rule module and other recent changes to a new branch.
...
Revert "Added support for firewall rules, consolidated resource UUID retrieval methods for server and NIC modules, and set LAN type to int."
This reverts commit 464cbb89f225578386a830624633a55e39054544.
2016-12-08 11:34:45 -05:00
Ethan Devenport
e1960d2488
Added RETURN documentation.
2016-12-08 11:34:45 -05:00
Ethan Devenport
a3200fc98e
Some further documentation updates including version.
2016-12-08 11:34:45 -05:00
Ethan Devenport
93a237f604
Minor documentation corrections.
2016-12-08 11:34:45 -05:00
Ethan Devenport
4b7a4e4495
Added support for firewall rules, consolidated resource UUID retrieval methods for server and NIC modules, and set LAN type to int.
2016-12-08 11:34:45 -05:00
Ethan Devenport
e2c8fec8d9
Included version_added for new options.
2016-12-08 11:34:45 -05:00
Ethan Devenport
267052d7a5
Removed us/lasdev datacenter which the cloud provider no longer maintains.
2016-12-08 11:34:45 -05:00
Ethan Devenport
6d8e3eac7b
Additional provider features added and fixed some bugs. * Added support for SSH keys, image passwords, SSD disk type, and CPU family. * Adjusted server create so that IP address is returned in response. * Restructured remove server method(s) to handle change status properly, gracefully handle missing servers, and improve overall performance. * Prevent duplicate server names from being provisioned so removals can be handled appropriately. * Fixed a bug in the count increment being a string rather than an integer. * Fixed issue with create_volume returning invalid response. * Fixed type bug in volume instance_ids for volume removal and improved volume management. * Fixed type bug in instance_ids for proper server removal and moved boot volume creation into composite server build request. * General clean up.
2016-12-08 11:34:45 -05:00
René Moser
4017be741a
ec2_vpc_dhcp_options_facts: fix exception handling, fixes build ( #2819 )
2016-12-08 11:34:45 -05:00
Joe Smith
09776a9e52
Set explicit type for timeout ( #2809 )
...
vmware_maintenancemode.py needs explicit type for timeout, otherwise it reads timeout as string and breaks.
2016-12-08 11:34:44 -05:00
TimothyVandenbrande
0b135aa6da
This is an ansible module to control/create/adapt/remove VMs on a RHEV/oVirt environment. ( #2202 )
2016-12-08 11:34:44 -05:00
naslanidis
cbd2025223
new AWS module for ec2 dhcp option facts ( #2001 )
...
new ec2 dhcp option facts module
2016-12-08 11:34:44 -05:00
René Moser
43ea275856
vmware_local_user_manager: fix global name 'module' is not defined ( #2818 )
2016-12-08 11:34:44 -05:00
alxsey
0bfaf34286
Implement template storage selection ( #2755 )
2016-12-08 11:34:44 -05:00
bbooysen
41713d0819
typo fix ( #2816 )
...
Changed 'memroy' to 'memory'.
2016-12-08 11:34:43 -05:00
Toshio Kuratomi
66af5335c2
Moved the atomic modules to cloud/atomic. ( #2784 )
...
Similar category to docker and lxd
2016-12-08 11:34:43 -05:00
Russell Teague
150a044728
Fix vmware_dvs_portgroup destroy task ( #2776 )
...
Fixes #2761
2016-12-08 11:34:43 -05:00
Lingxian Kong
0446db9afd
Add openstack os_server_group module ( #2702 )
2016-12-08 11:34:43 -05:00
Kevin Carter
eab15da081
Remove the subsystem lock loop ( #2647 )
...
This change removes the loop watching for "/var/lock/subsys/lxc" from
the lxc-container module. This change simply runs the command within
a container using the lxc CLI tools which should be responcible for
locking and unlocking on their own.
Closes-Issue: https://github.com/ansible/ansible-modules-extras/issues/690
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-12-08 11:34:42 -05:00
whiter
685803dbcc
New module `s3_website` to manage static sites on Amazon S3
2016-12-08 11:34:42 -05:00
Rob White
f420adfc99
New module - ec2_asg_facts
...
Gathers facts about multiple of single AWS autoscaling groups.
2016-12-08 11:34:41 -05:00
Brian Coca
1cfdfac139
updated version_added to be string
2016-12-08 11:34:41 -05:00
Brian Coca
3787b9baf8
fixed incorrect import deps ( #2747 )
2016-12-08 11:34:41 -05:00
Shinichi TAMURA
a3860ecf1e
Allow value to be bool where 'yes'/'no' are in choices ( #2593 )
...
* Changed type of 'details' argument to bool on ecs_service_facts module.
* Changed type of 'autostart' argument to bool on virt_* modules.
* Changed types of 'autoconnect' and 'stp' argument to bool on nmcli module.
('create_connection_bridge(self)' and 'modify_connection_bridge(self)' are not implemented yet?)
* Added conversion of 'value' argument when 'vtype' is boolean on debconf module.
2016-12-08 11:34:41 -05:00
George Christou
d6f62694e2
Fix bug in counting subnets by Name tag ( #1643 )
...
Fixes #1551
2016-12-08 11:34:40 -05:00
Jose Armesto
980298024a
Added module to find Launch Configurations ( #1023 )
...
* Added module to find Launch Configurations
* Simplified parameters to search
2016-12-08 11:34:40 -05:00
jctanner
859ff8e886
Fix vmware_guest disk and nic parameters and docstrings ( #2705 )
...
* Fix vmware_guest disk and nic parameters and docstrings
* vmware_guest: remove default for required params
2016-12-08 11:34:40 -05:00
Fernando José Pando
6c94aa4dd7
elb facts fixup ( #2099 )
...
* elb facts fixup
* return tags and logic fixup
* return tags and dont fail on nonexisting elb name
2016-12-08 11:34:40 -05:00
Allen Sanabria
14476c0e8b
Now when number of shards is different than what is the stream currently, it will fail.\n\nShards can not be changed on an already created stream
2016-12-08 11:34:40 -05:00
Allen Sanabria
11f4aa6538
version bump
2016-12-08 11:34:39 -05:00
Allen Sanabria
88c08efacd
Module requires boto due to ec2.py
2016-12-08 11:34:39 -05:00
Allen Sanabria
b336c5a606
updated module to accept check_mode in every boto call
2016-12-08 11:34:39 -05:00
Allen Sanabria
2f5992c70f
Removed test as they will not be ran by Ansible.
...
* I will include tests in my personal repo which will contain all
modules written by me with their associated tests.
2016-12-08 11:34:39 -05:00
Allen Sanabria
133b5ccdde
Added test to kinesis_stream module.
...
* Update kinesis_stream based on tests.
* Added tests for kinesis_stream.
2016-12-08 11:34:39 -05:00
Allen Sanabria
24fb52c83b
update doc string
2016-12-08 11:34:39 -05:00
Allen Sanabria
649e6f42b7
Create, Delete, and Modify a Kinesis Stream.
...
* Create a Kinesis Stream.
* Tag a Kinesis Stream.
* Update the Retention Period of a Kinesis Stream.
* Delete a Kinesis Stream.
* Wait for a Kinesis Stream to be in an ACTIVE State.
2016-12-08 11:34:39 -05:00