New idp management module

There is a new idp management module placed in the plugins folder:

    plugins/modules/ipaidp.py

The idp module allows to ensure presence or absence of external Identity
Providers.

Here is the documentation for the module:

    README-idp.md

New idp example playbooks:

    playbooks/idp/idp-present.yml
    playbooks/idp/idp-absent.yml

New tests for the module:

    tests/idp/test_idp.yml
    tests/idp/test_idp_client_context.yml
This commit is contained in:
Thomas Woerner
2023-09-27 10:40:20 +02:00
parent 69c6b4d644
commit f9ff41320f
9 changed files with 945 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ Features
- Modules for host management
- Modules for hostgroup management
- Modules for idoverrideuser management
- Modules for idp management
- Modules for idrange management
- Modules for idview management
- Modules for location management