ansible / ansible-modules-extras

Ansible extra modules - these modules ship with ansible
947 stars 1.47k forks source link

Add module for AWS IAM Identity Federation (SAML) management #3645

Closed aidan- closed 7 years ago

aidan- commented 7 years ago
ISSUE TYPE
COMPONENT NAME

cloud/amazon/iam_saml_federation.py

ANSIBLE VERSION
ansible 2.2.0.0
SUMMARY

Adds support for managing AWS IAM Identity Federation (SAML) providers. Supports check_mode.

gregdek commented 7 years ago

Thanks @aidan- for this new module. When this module receives 'shipit' comments from two community members and any 'needs_revision' comments have been resolved, we will mark for inclusion.

[This message brought to you by your friendly Ansibull-bot.]

ryansb commented 7 years ago

Also, it appears this file is indented with 2-space tabs. The Ansible style guides follow the PEP8-standard 4-space indentation. Can you please switch to that style?

aidan- commented 7 years ago

Thank you for the feedback @ryansb, those issues have now been fixed.

ansibot commented 7 years ago

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide. The guide contains links to tools which automatically move your issue or pull request to the ansible/ansible repo.