udm_dns_zone – Manage dns zones on a univention corporate server¶
Synopsis¶
- This module allows to manage dns zones 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
Parameters¶
Examples¶
# Create a DNS zone on a UCS
- udm_dns_zone:
zone: example.com
type: forward_zone
nameserver:
- ucs.example.com
interfaces:
- 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.