ucs_dns_server – Configure DNS servers on Cisco UCS Manager¶
New in version 2.8.
Synopsis¶
- Configure DNS servers on Cisco UCS Manager.
- Examples can be used with the UCS Platform Emulator.
Parameters¶
Examples¶
- name: Configure DNS server
  ucs_dns_server:
    hostname: 172.16.143.150
    username: admin
    password: password
    dns_server: 10.10.10.10
    description: DNS Server IP address
    state: present
    delegate_to: localhost
- name: Remove DNS server
  ucs_dns_server:
    hostname: 172.16.143.150
    username: admin
    password: password
    dns_server: 10.10.10.10
    state: absent
    delegate_to: localhost
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- John McDonough (@movinalot)
- CiscoUcs (@CiscoUcs)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
