community.general/lib/ansible/modules
Will Rouesnel 3adf08e10f [cloud] iam_cert return arn and allow use with ansible vault (#20787)
* iam_cert.py Fix duplicate certificate detection with included chains.

The iam_cert module would fail to detect certificates as duplicates
if the certificate body included the authority chain directly.

This commit fixes the problem by checking if a given certificate
matches the start of the data returned by AWS, since in all cases
where they would match the certificate will come first.

* iam_cert.py Return certificate ARN in all success cases.

When uploading certificates or interacting with IAM, the certificate ARN
is needed for other operations with AWS such as provisioning elastic load
balancers.

This commit returns the certificate ARN in all success cases, which allows
it to be used to idempotently provision other Amazon services depending on
it (ELBs being an immediate example).
2017-06-20 08:01:56 -04:00
..
cloud [cloud] iam_cert return arn and allow use with ansible vault (#20787) 2017-06-20 08:01:56 -04:00
clustering Consul: make service_port optional in service definition, like specified in Consul docs (#21737) 2017-06-19 19:29:40 +01:00
commands Minor change in comment sentence of shell (#25336) 2017-06-05 10:52:57 -04:00
crypto Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
database Return exception as string 2017-06-12 11:26:54 -04:00
files Improve documentation of 'remote_src' in the file copy module. (#23946) 2017-06-18 08:38:17 +01:00
identity Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
inventory New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
messaging fix false positive changed flag in rabbitmq_user module (#22507) 2017-06-19 05:10:23 -04:00
monitoring Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
net_tools Adds ANAME support for DNSMadeEasy module (#21030) 2017-06-17 07:27:00 +01:00
network Add vyos_banner implementation module (#25862) 2017-06-20 08:53:03 +05:30
notification Correct failure message in flowdock (#25844) 2017-06-19 17:08:08 +01:00
packaging fixed issue with empty string 'packages' 2017-06-12 12:59:16 -04:00
remote_management Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
source_control New Module: Add github_deploy_key module (source_control/github_deploy_key) (#24364) 2017-06-19 11:13:27 +01:00
storage Initial commit for Pure Storage Ansible module (#25386) 2017-06-16 11:28:50 +01:00
system Update system/ufw.py for ufw v0.35 (#21604) 2017-06-16 08:08:09 -04:00
utilities Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
web_infrastructure htpasswd: fix passlib module version comparison (#20202) 2017-06-19 12:02:06 +01:00
windows win_acl_inheritance: Added tests and formatting improvements (#25382) 2017-06-19 17:47:35 +01:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00