ngine_io.exoscale.instance_rdns_record module – Manages reverse DNS records for Exoscale compute instances.
Note
This module is part of the ngine_io.exoscale collection (version 1.1.0).
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 ngine_io.exoscale
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: ngine_io.exoscale.instance_rdns_record
.
New in ngine_io.exoscale 1.1.0
Synopsis
Set and unset reverse DNS record on Exoscale instance.
Requirements
The below requirements are needed on the host that executes this module.
python >= 2.6
cs >= 0.9.0
Parameters
Parameter |
Comments |
---|---|
HTTP method used to query the API endpoint. If not given, the Choices:
|
|
API key of the CloudStack API. If not given, the |
|
Secret key of the CloudStack API. If not set, the |
|
HTTP timeout in seconds. If not given, the Default: |
|
URL of the CloudStack API e.g. https://cloud.example.com/client/api. If not given, the |
|
Verify CA authority cert file. If not given, the |
|
Reverse DSN name of the compute instance. Required if state=present. |
|
Name of the compute instance |
|
State of the record. Choices:
|
Notes
Note
A detailed guide about cloudstack modules can be found in the CloudStack Cloud Guide.
This module supports check mode.
Examples
- name: Set the reverse DNS for a compute instance
ngine_io.exoscale.instance_rdns_record:
name: web-vm-1
content: www.example.com
- name: Delete the reverse DNS for a compute instance
ngine_io.exoscale.instance_rdns_record:
name: web-vm-1
state: absent
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Reverse DSN name of the compute instance Returned: success |