You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Maykel Moya
3156df9931
ec2_group: Request a fresh group object after creation
...
When a group is created, an egress_rule ALLOW ALL to 0.0.0.0/0 is added
automatically but it's not reflected in the object returned by the AWS API
call. After creation we re-read the group for getting an updated object.
11 years ago
..
cloudformation
Fix for #6365 : cloudformation module fails to update if stack exists
11 years ago
digital_ocean
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
digital_ocean_domain
Fix version_added and snippet imports on new digital ocean modules
11 years ago
digital_ocean_sshkey
Fix version_added and snippet imports on new digital ocean modules
11 years ago
docker
docker: add tty and stdin_open options
11 years ago
docker_image
Removes pluralization of manager tag attribute.
11 years ago
ec2
assign_public_ip was actually added in 1.5
11 years ago
ec2_ami
Updating profile/security_token version_added labels
11 years ago
ec2_ami_search
Fix typo in example name
11 years ago
ec2_asg
Made load_balencers in ec2_lc non-required as not all ASGs require an ELB
11 years ago
ec2_eip
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
ec2_elb
Update version_added for wait_timeout parameter on elb module.
11 years ago
ec2_elb_lb
Set version-added for new parameters in ec2_elb_lb and elasticache
11 years ago
ec2_facts
Adding validate_certs to all modules that use fetch_url
11 years ago
ec2_group
ec2_group: Request a fresh group object after creation
11 years ago
ec2_key
Updating profile/security_token version_added labels
11 years ago
ec2_lc
Fix docs for ec2_lc module.
11 years ago
ec2_metric_alarm
add notes about new AWS modules.
11 years ago
ec2_scaling_policy
Added AWS modules ec2_scaling_policy and ec2_metricalarm for configuring scaling policies for autoscaling groups, and metric alarms.
11 years ago
ec2_snapshot
Fix typo
11 years ago
ec2_tag
Updating profile/security_token version_added labels
11 years ago
ec2_vol
Update docstrings in ec2_vol
11 years ago
ec2_vpc
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
elasticache
Set version-added for new parameters in ec2_elb_lb and elasticache
11 years ago
gc_storage
ansible -> ansibleworks
11 years ago
gce
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
gce_lb
Add credential parameters to the GCE modules.
11 years ago
gce_net
Add credential parameters to the GCE modules.
11 years ago
gce_pd
Add credential parameters to the GCE modules.
11 years ago
glance_image
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
keystone_user
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
linode
fix linode typo
11 years ago
nova_compute
nova_compute: Adding the version_added flag to user_data.
11 years ago
nova_keypair
bug 5959: https://github.com/ansible/ansible/issues/5959
11 years ago
ovirt
Use ovirtsdk if it installed, but fall out gracefully if it is not
11 years ago
quantum_floating_ip
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
quantum_floating_ip_associate
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
quantum_network
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
quantum_router
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
quantum_router_gateway
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
quantum_router_interface
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
quantum_subnet
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
rax
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
rax_clb
Merge pull request #4941 from sivel/rax-clb-shared-vip
11 years ago
rax_clb_nodes
Add ansible.module_utils.rax
11 years ago
rax_dns
Remove errant raise
11 years ago
rax_dns_record
Spelling correction
11 years ago
rax_facts
Merge pull request #5941 from sivel/rax-name-search-opts
11 years ago
rax_files
Documentation updates
11 years ago
rax_files_objects
Documentation updates
11 years ago
rax_identity
Add rax_identity module
11 years ago
rax_keypair
The OpenStack auth attributes apply to rax_keypair also
11 years ago
rax_network
Add ansible.module_utils.rax
11 years ago
rax_queue
Add rax_queue module to create/delete Rackspace Cloud Queues
11 years ago
rds
Add new cloud/rds DB instance types (db.m3 and db.cr1 families)
11 years ago
rds_param_group
Adds modules for managing Amazon RDS parameter and subnet groups.
11 years ago
rds_subnet_group
Adds modules for managing Amazon RDS parameter and subnet groups.
11 years ago
route53
Fixed references to missing method in ec2 modules
11 years ago
s3
Fixed references to missing method in ec2 modules
11 years ago
virt
Micro-optimization: replace s.find(x)!=-1 with x in s
11 years ago