community.general/lib/ansible/modules
Will Thames d13d7e9404 Fail when attempting to modify unmodifiable target group parameters (#33246)
* Fail when attempting to modify unmodifiable target group parameters

As you can't modify Port, Protocol or VPC id for a target group, fail
when this happens rather than pretending to do it.

One could argue that the target group could be recreated rather than
failing, but this has massive knock on implications to other resources
that depend on the TG (all ASGs would need to be updated, the ELB
listener would need to be updated, etc)

* Use `.get()` instead of direct dictionary access
2017-12-07 15:17:45 -05:00
..
cloud Fail when attempting to modify unmodifiable target group parameters (#33246) 2017-12-07 15:17:45 -05:00
clustering consul_session: PEP8 compliancy and documentation changes (#33000) 2017-11-17 21:48:36 +01:00
commands Add proper check mode support to the script module (#31852) 2017-11-13 15:33:44 -08:00
crypto Fix documentation about mode in openssl_privatekey (#32664) 2017-12-07 04:47:23 -05:00
database Use pg_roles instead of pg_authid in postgresql (#32624) 2017-12-04 21:11:35 -05:00
files removed Queen's english from documentation 2017-11-28 10:03:36 +10:00
identity Add keycloak_client module for administration of Keycloak clients (#31716) 2017-11-29 16:44:35 -05:00
inventory Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
messaging Add max_priority to give priority ability to a queue 2017-09-08 16:09:50 -07:00
monitoring Adding ipmi settings for zabbix host (#33435) 2017-12-07 18:47:33 +00:00
net_tools Clean up nmcli docs (#33596) 2017-12-06 08:48:59 -05:00
network Fixes a weird udf scenario (#33681) 2017-12-07 08:47:35 -08:00
notification Doc: Make documentation link as clickable (#33188) 2017-12-05 13:24:37 -05:00
packaging Add requirements to npm module (#33641) 2017-12-07 08:03:32 +10:00
remote_management DatacenterFactsModule for HPE OneView (#32701) 2017-11-28 13:49:51 +00:00
source_control Add limit for new password in gitlab_user (#33374) 2017-12-01 12:38:44 +05:30
storage zfs: PEP8 compliancy and documentation changes (#32648) 2017-11-07 15:33:32 -05:00
system authorized_key: remove deprecated get_exception API (#33277) 2017-12-02 14:24:30 +01:00
utilities Small correction to import_role documentation (#33285) 2017-12-01 20:58:31 +10:00
web_infrastructure letsencrypt: fix docs, openssl csr to req (#33519) 2017-12-04 11:33:30 +01:00
windows fixed: win_copy: typo "file file" (double "file") (#33620) 2017-12-07 00:42:39 +01:00
__init__.py