ansible/test
psharkey ee91714eb2 New module: Add module to collect Amazon AWS IAM user info (cloud/amazon/iam_user_info) (#23382)
* AWS: new module iam_user_info

Signed-off-by: psharkey <psharkey@cleo.com>
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>

Rename from iam_user_facts to iam_user_info.

Rename and target 2.10.

Fixing docs.

* Adding iam_user_info integration test.

Removing unnecessary tasks.

Fixing yamllint failure test/integration/targets/iam_user_info/defaults/main.yml:5:1: empty-lines: too many blank lines (1 > 0).

* name paramter is optional

* Switch to use AnsibleAWSModule.

* Convert to using fail_json_aws

* Rework asserts to inspect ARN.

* Move integration tests from iam_user_info to iam_user.

* Fix pep8 problems.

* ec2_argument_spec not needed with AnsibleAWSModule.

* Switch to use helper in AnsibleAWSModule.

* Add iam_user_info to the aws group.

* Add support for pagination and backoff.

* Check improper parameter usage first.

* Adding test cases for multiple users.

* Rmoving unneeded line.

* Remove unneeded imports.

* Switch to catch BotoCoreError.

* Adding tests for exception coverage.

* Compare user info directly with values from created user.
2019-09-28 22:00:59 +10:00
..
ansible_test
integration New module: Add module to collect Amazon AWS IAM user info (cloud/amazon/iam_user_info) (#23382) 2019-09-28 22:00:59 +10:00
legacy Support cloudflare API Tokens. (#62043) 2019-09-21 16:55:53 +02:00
lib/ansible_test Fix ansible-test PYTHONPATH handling. 2019-09-26 14:02:19 -04:00
sanity Fix sanity checks (#62782) 2019-09-24 09:00:00 -04:00
units Fix sanity checks (#62782) 2019-09-24 09:00:00 -04:00
utils