udm_dns_record – Manage dns entries on a univention corporate server¶
Synopsis¶
- This module allows to manage dns records on a univention corporate server (UCS). It uses the python API of the UCS to create a new object or edit it.
Requirements¶
The below requirements are needed on the host that executes this module.
- Python >= 2.6
- Univention
Parameters¶
Examples¶
# Create a DNS record on a UCS
- udm_dns_record:
name: www
zone: example.com
type: host_record
data:
- a: 192.0.2.1
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Tobias Rüetschi (@keachi)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.