-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support diff mode for IAM policies #560
Comments
Files identified in the description:
If these files are inaccurate, please update the |
@celik0311 ansible-playbook foo.yml --check --diff --limit foo.example.com In diff mode, Ansible provides before-and-after comparisons. Modules that support diff mode display detailed information. |
Imo diff mode is currently only supported by
So yes, it's a nice must have feature and would be verry helpful for several modules. @celik0311 Are you willing to help here and implement diff mode for |
…es by EC2 instance ID (ansible-collections#561) Fix for Issue ansible-collections#560 Add example for searching volumes by EC2 instance ID SUMMARY Add example for Searching volumes based on EC2 Instance ID - "state: list" functionality from ec2_vol ISSUE TYPE Docs Pull Request COMPONENT NAME ec2_vol_info ADDITIONAL INFORMATION fixes: ansible-collections#560 Reviewed-by: Mark Chappell <None> Reviewed-by: None <None>
iam_policy - add support for diff mode SUMMARY fixes: #560 Adds support for diff mode renames policies to policy_names so that in future we can return the policies (outside of the diff) too. Attempts to handle AccessDenied more cleanly ISSUE TYPE Feature Pull Request COMPONENT NAME iam_policy ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None> Reviewed-by: Markus Bergholz <[email protected]>
iam_policy - add support for diff mode SUMMARY fixes: ansible-collections#560 Adds support for diff mode renames policies to policy_names so that in future we can return the policies (outside of the diff) too. Attempts to handle AccessDenied more cleanly ISSUE TYPE Feature Pull Request COMPONENT NAME iam_policy ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None> Reviewed-by: Markus Bergholz <[email protected]>
iam_policy - add support for diff mode SUMMARY fixes: ansible-collections#560 Adds support for diff mode renames policies to policy_names so that in future we can return the policies (outside of the diff) too. Attempts to handle AccessDenied more cleanly ISSUE TYPE Feature Pull Request COMPONENT NAME iam_policy ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None> Reviewed-by: Markus Bergholz <[email protected]> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@1ac84c3
SUMMARY
It would be nice to have support for diff mode for IAM policy changes. This would be useful for seeing which changes would be applied.
ISSUE TYPE
COMPONENT NAME
iam_policy
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: