mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add attributes to ipa and keycloak modules (#5950)
Add attributes to ipa and keycloak modules.
This commit is contained in:
@@ -14,7 +14,12 @@ module: ipa_dnszone
|
||||
author: Fran Fitzpatrick (@fxfitz)
|
||||
short_description: Manage FreeIPA DNS Zones
|
||||
description:
|
||||
- Add and delete an IPA DNS Zones using IPA API
|
||||
- Add and delete an IPA DNS Zones using IPA API
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
zone_name:
|
||||
description:
|
||||
@@ -37,7 +42,8 @@ options:
|
||||
type: bool
|
||||
version_added: 4.3.0
|
||||
extends_documentation_fragment:
|
||||
- community.general.ipa.documentation
|
||||
- community.general.ipa.documentation
|
||||
- community.general.attributes
|
||||
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user