mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
04162da6c9
Inspq keycloak user module (#6476)
* Add Keycloak User Module
* keycloak_user refactoring
* Add changelog fragment for breaking changes
* Fix Copyright for keycloak_user module
* Add keycloak_user module to BOTMETA
* Remove ANSIBLE_METADATA and override aliases for auth_username argument spec
* Update plugins/modules/keycloak_user.py
Updated short description
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Fix keycloak_user module description
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Dedent and use FQCN's for examples in keycloak_user module
* Fix examples in keycloak_user module documentation
* keycloak_user refactoring
* Add changelog fragment for breaking changes
* Remove ANSIBLE_METADATA and override aliases for auth_username argument spec
* Fix merge error on keycloak_user module changelogs fragment
* Add integration test for keycloak_user module
* Fix yamllint errors in keycloak_user integration tests
* Add README.md and fix integration tests for keycloak_user module
* Add Copyright and license in README.md integration tests keycloak_user module
* Update changelogs/fragments/6476-new-keycloak-user.module.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Fix argument_spec auth_username aliases for keycloak_user module
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Add units tests for keycloak_user module
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Remove default value for keycloak_user enabled module parameter
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* keycloak_user refactoring
* Remove ANSIBLE_METADATA and override aliases for auth_username argument spec
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Dedent and use FQCN's for examples in keycloak_user module
* Fix examples in keycloak_user module documentation
* keycloak_user refactoring
* Add changelog fragment for breaking changes
* Remove ANSIBLE_METADATA and override aliases for auth_username argument spec
* Fix merge error on keycloak_user module changelogs fragment
* Update changelogs/fragments/6476-new-keycloak-user.module.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Fix argument_spec auth_username aliases for keycloak_user module
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Remove github Workflow
* Remove bugfix from changelog fragment
* Fix indentation in examples for keycloak_user module
* Fix examples in documentation for keycloak_user module
* Remove PR 6476 changelog fragment
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_user.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Restore ansible-test.yml
* Add msg output and RETURN documentation for keycloak_user module
* Fix RETURN documentation for keycloak_user module
* Fix msg for keycloak_user module
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit
|
||
---|---|---|
.. | ||
interfaces_file | ||
conftest.py | ||
FakeAnsibleModule.py | ||
FakeXenAPI.py | ||
gitlab.py | ||
hpe_test_utils.py | ||
linode_conftest.py | ||
oneview_conftest.py | ||
oneview_module_loader.py | ||
rhn_conftest.py | ||
test_alerta_customer.py | ||
test_apache2_module.py | ||
test_apk.py | ||
test_archive.py | ||
test_bitbucket_access_key.py | ||
test_bitbucket_pipeline_key_pair.py | ||
test_bitbucket_pipeline_known_host.py | ||
test_bitbucket_pipeline_variable.py | ||
test_campfire.py | ||
test_circonus_annotation.py | ||
test_cpanm.py | ||
test_datadog_downtime.py.disabled | ||
test_dconf.py | ||
test_discord.py | ||
test_dnsimple.py | ||
test_dnsimple_info.py | ||
test_gconftool2.py | ||
test_gconftool2_info.py | ||
test_gem.py | ||
test_github_repo.py | ||
test_gitlab_deploy_key.py | ||
test_gitlab_group.py | ||
test_gitlab_hook.py | ||
test_gitlab_project.py | ||
test_gitlab_protected_branch.py | ||
test_gitlab_runner.py | ||
test_gitlab_user.py | ||
test_homebrew.py | ||
test_homebrew_cask.py | ||
test_icinga2_feature.py | ||
test_ipa_otpconfig.py | ||
test_ipa_otptoken.py | ||
test_ipa_pwpolicy.py | ||
test_ipbase.py | ||
test_java_keystore.py | ||
test_jenkins_build.py | ||
test_jenkins_plugin.py | ||
test_keycloak_authentication.py | ||
test_keycloak_client.py | ||
test_keycloak_client_rolemapping.py | ||
test_keycloak_clientscope.py | ||
test_keycloak_identity_provider.py | ||
test_keycloak_realm.py | ||
test_keycloak_realm_info.py | ||
test_keycloak_role.py | ||
test_keycloak_user.py | ||
test_keycloak_user_federation.py | ||
test_linode.py | ||
test_linode_v4.py | ||
test_lxca_cmms.py | ||
test_lxca_nodes.py | ||
test_macports.py | ||
test_maven_artifact.py | ||
test_modprobe.py | ||
test_monit.py | ||
test_nmcli.py | ||
test_npm.py | ||
test_ocapi_command.py | ||
test_ocapi_info.py | ||
test_one_vm.py | ||
test_oneview_datacenter_info.py | ||
test_oneview_enclosure_info.py | ||
test_oneview_ethernet_network.py | ||
test_oneview_ethernet_network_info.py | ||
test_oneview_fc_network.py | ||
test_oneview_fc_network_info.py | ||
test_oneview_fcoe_network.py | ||
test_oneview_fcoe_network_info.py | ||
test_oneview_logical_interconnect_group.py | ||
test_oneview_logical_interconnect_group_info.py | ||
test_oneview_network_set.py | ||
test_oneview_network_set_info.py | ||
test_oneview_san_manager.py | ||
test_oneview_san_manager_info.py | ||
test_opkg.py | ||
test_pacman.py | ||
test_pacman_key.py | ||
test_pagerduty.py | ||
test_pagerduty_alert.py | ||
test_pagerduty_change.py | ||
test_pamd.py | ||
test_parted.py | ||
test_pkgin.py | ||
test_pmem.py | ||
test_pritunl_org.py | ||
test_pritunl_org_info.py | ||
test_pritunl_user.py | ||
test_pritunl_user_info.py | ||
test_proxmox_kvm.py | ||
test_proxmox_snap.py | ||
test_proxmox_tasks_info.py | ||
test_puppet.py | ||
test_redhat_subscription.py | ||
test_redis_data.py | ||
test_redis_data_incr.py | ||
test_redis_data_info.py | ||
test_redis_info.py | ||
test_rhn_channel.py | ||
test_rhn_register.py | ||
test_rhsm_release.py | ||
test_rpm_ostree_pkg.py | ||
test_scaleway_compute_private_network.py | ||
test_scaleway_private_network.py | ||
test_slack.py | ||
test_solaris_zone.py | ||
test_ss_3par_cpg.py | ||
test_statsd.py | ||
test_sysupgrade.py | ||
test_terraform.py | ||
test_ufw.py | ||
test_wdc_redfish_command.py | ||
test_wdc_redfish_info.py | ||
test_xcc_redfish_command.py | ||
test_xenserver_guest_info.py | ||
test_xenserver_guest_powerstate.py | ||
test_xfconf.py | ||
test_xfconf_info.py | ||
utils.py | ||
xenserver_common.py | ||
xenserver_conftest.py |