community.general.opendj_backendprop – Will update the backend configuration of OpenDJ via the dsconfig set-backend-prop command.
Note
This plugin is part of the community.general collection (version 3.8.3).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.opendj_backendprop
.
Synopsis
This module will update settings for OpenDJ with the command set-backend-prop.
It will check first via de get-backend-prop if configuration needs to be applied.
Parameters
Parameter |
Comments |
---|---|
The name of the backend on which the property needs to be updated. |
|
The hostname of the OpenDJ server. |
|
The configuration setting to update. |
|
The path to the bin directory of OpenDJ. Default: “/opt/opendj/bin” |
|
The password for the cn=Directory Manager user. Either password or passwordfile is needed. |
|
Location to the password file which holds the password for the cn=Directory Manager user. Either password or passwordfile is needed. |
|
The Admin port on which the OpenDJ instance is available. |
|
If configuration needs to be added/updated Default: “present” |
|
The username to connect to. Default: “cn=Directory Manager” |
|
The value for the configuration item. |