Files
community.general/lib/ansible/modules/cloud/amazon
Ted Timmons 12495e4b42 New module: aws_kms for managing access grants on AWS KMS keys (#19309)
New module by @tedder for handling granting/revoking access to KMS secrets. 

For example:

```
- name: grant user-style access to production secrets
  kms:
  args:
    mode: grant
    key_alias: "alias/my_production_secrets"
    role_name: "prod-appServerRole-1R5AQG2BSEL6L"
    grant_types: "role,role grant"
```
2017-01-05 09:42:59 -05:00
..
2016-12-30 10:36:29 -05:00
2016-12-08 11:35:21 -05:00
2016-12-13 13:51:13 -05:00
2016-12-13 13:51:13 -05:00
2016-12-13 13:51:13 -05:00
2016-12-22 13:58:38 +00:00
2016-12-08 11:35:21 -05:00
2016-12-08 11:35:21 -05:00
2016-12-08 11:35:21 -05:00