ucs_timezone – Configures timezone on Cisco UCS Manager¶
New in version 2.7.
Synopsis¶
Configures timezone on Cisco UCS Manager.
Examples can be used with the UCS Platform Emulator.
Parameters¶
Examples¶
- name: Configure Time Zone
ucs_timezone:
hostname: 172.16.143.150
username: admin
password: password
state: present
admin_state: enabled
timezone: America/Los_Angeles
description: 'Time Zone for Los Angeles'
- name: Unconfigure Time Zone
ucs_timezone:
hostname: 172.16.143.150
username: admin
password: password
state: absent
admin_state: disabled
Status¶
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by an Ansible Partner. [certified]
Authors¶
John McDonough (@movinalot)
CiscoUcs (@CiscoUcs)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.