mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
opendj_backendprop: docs improvements (#11053)
This commit is contained in:
@@ -25,7 +25,6 @@ options:
|
|||||||
opendj_bindir:
|
opendj_bindir:
|
||||||
description:
|
description:
|
||||||
- The path to the bin directory of OpenDJ.
|
- The path to the bin directory of OpenDJ.
|
||||||
required: false
|
|
||||||
default: /opt/opendj/bin
|
default: /opt/opendj/bin
|
||||||
type: path
|
type: path
|
||||||
hostname:
|
hostname:
|
||||||
@@ -40,21 +39,18 @@ options:
|
|||||||
type: str
|
type: str
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
- The username to connect to.
|
- The username to connect with.
|
||||||
required: false
|
|
||||||
default: cn=Directory Manager
|
default: cn=Directory Manager
|
||||||
type: str
|
type: str
|
||||||
password:
|
password:
|
||||||
description:
|
description:
|
||||||
- The password for the C(cn=Directory Manager) user.
|
- The password for O(username).
|
||||||
- Either password or passwordfile is needed.
|
- Either O(password) or O(passwordfile) is needed.
|
||||||
required: false
|
|
||||||
type: str
|
type: str
|
||||||
passwordfile:
|
passwordfile:
|
||||||
description:
|
description:
|
||||||
- Location to the password file which holds the password for the C(cn=Directory Manager) user.
|
- Location to the password file which holds the password for O(username).
|
||||||
- Either password or passwordfile is needed.
|
- Either O(password) or O(passwordfile) is needed.
|
||||||
required: false
|
|
||||||
type: path
|
type: path
|
||||||
backend:
|
backend:
|
||||||
description:
|
description:
|
||||||
@@ -74,7 +70,6 @@ options:
|
|||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- If configuration needs to be added/updated.
|
- If configuration needs to be added/updated.
|
||||||
required: false
|
|
||||||
default: "present"
|
default: "present"
|
||||||
type: str
|
type: str
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user