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.
follower
4be010b09b
Clarify the port value always defaults to 3306
...
While the [boto docs](https://github.com/boto/boto/blob/develop/boto/rds/__init__.py#L253 ) make it seem like the default value of `port` is changed depending on the engine chosen, AFAICT from looking at the code the default value is never changed from 3306.
I think the docs are intended to be read as "the default value used by <engine> is <port> so you should change `port` to that value".
If you don't specify the port value and chose the database engine as PostgreSQL you'll end up with a PostgreSQL instance running on port 3306.
12 years ago
..
cloudformation
Fix for #6365 : cloudformation module fails to update if stack exists
12 years ago
digital_ocean
Bulk update of choices=BOOLEANS to type='bool'
12 years ago
digital_ocean_domain
Fix version_added and snippet imports on new digital ocean modules
12 years ago
digital_ocean_sshkey
Fix version_added and snippet imports on new digital ocean modules
12 years ago
docker
Merge pull request #6486 from discordianfish/docker-module-add-running
12 years ago
docker_image
don't parse empty stream chunks
12 years ago
ec2
Adding type int for count (in line with other cloud modules)
12 years ago
ec2_ami
Updating profile/security_token version_added labels
12 years ago
ec2_ami_search
Fix typo in example name
12 years ago
ec2_asg
Improvements to ec2 autoscaling modules
12 years ago
ec2_eip
Bulk update of choices=BOOLEANS to type='bool'
12 years ago
ec2_elb
Removing wait loop around initial state check during registration
12 years ago
ec2_elb_lb
Scrub choices=BOOLEANS from remaining core module references. Correct form in argument_spec is type='dict'.
12 years ago
ec2_facts
Adding validate_certs to all modules that use fetch_url
12 years ago
ec2_group
Add version_added to docs.
12 years ago
ec2_key
Updating profile/security_token version_added labels
12 years ago
ec2_lc
Improvements to ec2 autoscaling modules
12 years ago
ec2_metric_alarm
Update documentation YAML syntax.
12 years ago
ec2_scaling_policy
Update documentation YAML syntax.
12 years ago
ec2_snapshot
Scrub choices=BOOLEANS from remaining core module references. Correct form in argument_spec is type='dict'.
12 years ago
ec2_tag
Updating profile/security_token version_added labels
12 years ago
ec2_vol
Allow state=absent for ec2_vol
12 years ago
ec2_vpc
Use proper YAML quotes to fix webdocs
12 years ago
elasticache
Scrub choices=BOOLEANS from remaining core module references. Correct form in argument_spec is type='dict'.
12 years ago
gc_storage
Bugfix for gc_storage and s3
12 years ago
gce
Bulk update of choices=BOOLEANS to type='bool'
12 years ago
gce_lb
Add credential parameters to the GCE modules.
12 years ago
gce_net
Add credential parameters to the GCE modules.
12 years ago
gce_pd
Scrub choices=BOOLEANS from remaining core module references. Correct form in argument_spec is type='dict'.
12 years ago
glance_image
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
12 years ago
keystone_user
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
12 years ago
linode
fix linode typo
12 years ago
nova_compute
nova_compute: Adding the version_added flag to user_data.
12 years ago
nova_keypair
bug 5959: https://github.com/ansible/ansible/issues/5959
12 years ago
ovirt
Use ovirtsdk if it installed, but fall out gracefully if it is not
12 years ago
quantum_floating_ip
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
12 years ago
quantum_floating_ip_associate
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
12 years ago
quantum_network
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
12 years ago
quantum_router
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
12 years ago
quantum_router_gateway
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
12 years ago
quantum_router_interface
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
12 years ago
quantum_subnet
Bulk update of choices=BOOLEANS to type='bool'
12 years ago
rax
Support arbitrary extra args in rax module
12 years ago
rax_cbs
Implement recommendations from #4864
12 years ago
rax_cbs_attachments
Implement recommendations from #4864
12 years ago
rax_clb
Merge pull request #4941 from sivel/rax-clb-shared-vip
12 years ago
rax_clb_nodes
Add ansible.module_utils.rax
12 years ago
rax_dns
Remove errant raise
12 years ago
rax_dns_record
Spelling correction
12 years ago
rax_facts
Merge pull request #5941 from sivel/rax-name-search-opts
12 years ago
rax_files
Documentation updates
12 years ago
rax_files_objects
Documentation updates
12 years ago
rax_identity
Add rax_identity module
12 years ago
rax_keypair
The OpenStack auth attributes apply to rax_keypair also
12 years ago
rax_network
Add ansible.module_utils.rax
12 years ago
rax_queue
Add rax_queue module to create/delete Rackspace Cloud Queues
12 years ago
rds
Clarify the port value always defaults to 3306
12 years ago
rds_param_group
Adds modules for managing Amazon RDS parameter and subnet groups.
12 years ago
rds_subnet_group
Adds modules for managing Amazon RDS parameter and subnet groups.
12 years ago
route53
Fixed references to missing method in ec2 modules
12 years ago
s3
Bugfix for gc_storage and s3
12 years ago
virt
Micro-optimization: replace s.find(x)!=-1 with x in s
12 years ago