ansible-collections / microsoft.ad

Ansible collection for Active Directory management
GNU General Public License v3.0
36 stars 19 forks source link

Implement feature to flatten group members (closes #128) #132

Open Yannik opened 4 days ago

Yannik commented 4 days ago
SUMMARY

Implements a feature to flatten group members (closes #128).

ISSUE TYPE
COMPONENT NAME

microsoft.ad.group

softwarefactory-project-zuul[bot] commented 4 days ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/fdd2e204124549c5978262e775e4ae04

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 4m 05s :heavy_check_mark: build-ansible-collection SUCCESS in 6m 35s

github-actions[bot] commented 4 days ago

Docs Build 📝

Thank you for contribution!✨

The docsite for this PR is available for download as an artifact from this run: https://github.com/ansible-collections/microsoft.ad/actions/runs/9752111182

You can compare to the docs for the main branch here: https://ansible-collections.github.io/microsoft.ad/branch/main

File changes:

  • M collections/microsoft/ad/group_module.html
Click to see the diff comparison. **NOTE:** only file modifications are shown here. New and deleted files are excluded. See the file list and check the published docs to see those files. ```diff diff --git a/home/runner/work/microsoft.ad/microsoft.ad/docsbuild/base/collections/microsoft/ad/group_module.html b/home/runner/work/microsoft.ad/microsoft.ad/docsbuild/head/collections/microsoft/ad/group_module.html index b7f1bae..6846bcf 100644 --- a/home/runner/work/microsoft.ad/microsoft.ad/docsbuild/base/collections/microsoft/ad/group_module.html +++ b/home/runner/work/microsoft.ad/microsoft.ad/docsbuild/head/collections/microsoft/ad/group_module.html @@ -322,6 +322,18 @@ see
+

flatten

+

boolean

+
+

Flattens nested groups.

+

Choices:

+
    +
  • false ← (default)

  • +
  • true

  • +
+
+ +

homepage

string

@@ -329,7 +341,7 @@ see wWWHomePage LDAP attribute.

-
+

identity

string

@@ -339,7 +351,7 @@ see distinguishedName using the format CN={{ name }},{{ path }}. If path is not defined, the defaultNamingContext is used instead.

-
+ @@ -349,7 +361,7 @@ see DN Lookup Attributes for more information on how DN lookups work.

-
+

members

dictionary

@@ -360,14 +372,14 @@ see DN Lookup Attributes for more information.

-
+

add

list / elements=any

Adds the principals specified as members of the group, keeping the existing membership if they are not specified.

-
+

lookup_failure_action

string

@@ -383,14 +395,14 @@ see
+

remove

list / elements=any

Removes the principals specified as members of the group, keeping the existing membership if they are not specified.

-
+

set

list / elements=any

@@ -399,7 +411,7 @@ see
+

name

string

@@ -408,7 +420,7 @@ see -
+ @@ -433,7 +445,7 @@ see
+ @@ -441,7 +453,7 @@ see
+

scope

string

@@ -457,7 +469,7 @@ see
+

state

string

```
softwarefactory-project-zuul[bot] commented 4 days ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/ddb8c6dda8704245bba44c70c5ff5a54

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 3m 27s :heavy_check_mark: build-ansible-collection SUCCESS in 6m 44s

softwarefactory-project-zuul[bot] commented 4 days ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/ede06cb73592437b8a158f9c69025fd7

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 4m 00s :heavy_check_mark: build-ansible-collection SUCCESS in 6m 48s

softwarefactory-project-zuul[bot] commented 4 days ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/74ec99e3549d4227bc036f4ad529b6cb

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 4m 31s :heavy_check_mark: build-ansible-collection SUCCESS in 6m 47s