community.general/lib/ansible/modules/identity/keycloak
adamgoossens dd3de27cc8 New module: keycloak_group (#35637)
* Initial implementation of groups module.

Not all parameters are supported, yet.

* Clarify read-only status of realmRoles, clientRoles and access attributes

* Fix testing failures

* Fix additional style issues.

* Minor updates and fixes after review feedback

* Simplify return values after feedback

This removes the 'proposed' and 'end_state' return values, replacing them instead with just 'group'. 'group' is the representation of the group after the module completes.

Also update the dates, and the Ansible version

* Corrections after module validation

* Further documentation updates after feedback

Minor whitespace adjustments also

* Add delegate_to: localhost stanzas to examples
2019-04-10 15:58:20 -04:00
..
__init__.py
keycloak_client.py fix changed-behaviour in check mode (to not always return True) (#37776) 2019-01-31 10:59:00 -05:00
keycloak_clienttemplate.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
keycloak_group.py New module: keycloak_group (#35637) 2019-04-10 15:58:20 -04:00