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.
ansible/library
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
..
cloud Clarify the port value always defaults to 3306 12 years ago
commands Micro-optimization: replace s.find(x)!=-1 with x in s 12 years ago
database Update comments about redis config. 12 years ago
files Merge #5903 from rhaido/ansible 12 years ago
internal Make async jid's unique per host 12 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 12 years ago
messaging Typo in rabbitmq_plugin docs 12 years ago
monitoring Fix librato_annotation docstring 12 years ago
net_infrastructure Adding an options sections to the docstring in the lldp module 12 years ago
network Merge pull request #6649 from picsolvebryan/devel 12 years ago
notification Merge pull request #6740 from mjschultz/add-sns-notification 12 years ago
packaging Fix merge conflicts 12 years ago
source_control Merge branch 'intellectronica/non-recursive-git' of git://github.com/intellectronica/ansible into devel 12 years ago
system fix typo in the capabilities module description 12 years ago
utilities Acclerate improvements 12 years ago
web_infrastructure Add version_added info + changelog 12 years ago