summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/iam_policy.py
Commit message (Expand)AuthorAgeFilesLines
* E501 fixes (#22879)Matt Martz2017-03-221-2/+4
* E1 legacy pep8 fixes (#21933)Matt Martz2017-03-211-196/+196
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* PEP 8 cleanup. (#20789)Matt Clay2017-01-281-3/+3
* Resolving differences in core modules post-mergeJames Cammarata2016-12-081-1/+3
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Call main in conditional way - cloud/amazonFabio Alessandro Locati2016-12-081-1/+2
* Fix bare variable references in docs (#5554)Andrew Gaffney2016-12-081-1/+1
* Accept JSON type as the content of policy_json parameter on `iam_policy` moduleRyan S. Brown2016-12-081-1/+1
* Remove spurious `changed` state on iam_policy module (#4381)Ryan Brown2016-12-081-12/+11
* fixes issues where iam_policy incorrected reported changedMichael Baydoun2016-12-081-9/+11
* Fixing error exception handling for python3. Does not need to be compa… (#3...@2016-12-081-7/+7
* Fix and add more error handling for role policiesKalle Lehtonen2016-12-081-1/+3
* Use connect_to_aws where possibleWill Thames2016-12-081-1/+1
* Fix iam_policy pdoc variableYoichi Imai2016-12-081-1/+2
* Simplify logic around "present" state and skip dupes. If the policy doesn't e...Bermudez, Jaime2016-12-081-16/+21
* be smarter when dealing with policy_json inputBrian Coca2016-12-081-12/+9
* Update in Amazon IAM Policy DocumentationJay Rogers2016-12-081-3/+3
* Fixed error message: TypeError: fail_json() takes exactly 1 argument (2 given)Mike Riddle2016-12-081-1/+1
* Allow iam_policy to maintain idempotentce if the role referenced has been rem...whiter2016-12-081-0/+8
* Update try statement as pointed out by defionscodeEtherdaemon2016-12-081-1/+4
* fixes #12831 by updating the boto iam connection method to connect_to_regionEtherdaemon2016-12-081-1/+1
* Remove 'str' type so that json is properly quotedwhiter2016-12-081-1/+1
* Update iam_policy.pyRob2016-12-081-21/+1
* Remove unnecessary json.loadswimnat2016-12-081-1/+1
* Fix iam_policy exampleBaraa Basata2016-12-081-1/+1
* Fix connection creation to allow usage of profiles with botoMichael Weinrich2016-12-081-5/+3
* Use module.fail_json() instead of sys.exit()Toshio Kuratomi2016-12-081-3/+5
* Add the option to pass a string as policyMichael Weinrich2016-12-081-1/+29
* Updating cloud modules with proper github author informationGreg DeKoenigsberg2016-12-081-1/+1
* author fixJonathan Davila2016-12-081-5/+5
* iam_policyJonathan Davila2016-12-081-0/+325