DTC Server
Use the nios_dtc_server
module to create, update, or remove instances of the DTC server object from a NIOS Grid.
The following table describes the parameters you can define in the nios_dtc_server
module:
Parameter | Required/Optional | Description |
---|---|---|
| Required | Specifies the display name of the DTC server. |
| Required | Specifies the IP address (A response) or FQDN (CNAME response) of the server. |
| Optional | Specifies extensible attributes for the DTC server object. |
| Optional | Specifies the state of the DTC server instance in NIOS.
|
| Optional | Describes the DTC server object. |
| Required | Define the details of the connection:
For information on additional fields you can define, see the list of subparameters in the NIOS Modules for Ansible Collections topic. |
| Required | The |
Examples
name: Configure a DTC server
infoblox.nios_modules.nios_dtc_server:
name: test.dtc.server
host: 192.160.10.1
state: present
provider:
host: <nios_hostname_or_hostip>
username: <nios_username>
password: <nios_password>
connection: local
name: Add a comment to a DTC server
infoblox.nios_modules.nios_dtc_server:
name: test.dtc.server
host: 192.160.10.1
comment: this is a test comment
state: present
provider:
host: host: <nios_hostname_or_hostip>
username: <nios_username>
password: <nios_password>
connection: local