New in version 2.2.
crond
after changing the timezone, otherwise the jobs may run at the wrong time.timedatectl
or edit /etc/sysconfig/clock
or /etc/timezone
and``hwclock``. On SmartOS , sm-set-timezone
, for BSD, /etc/localtime
is modified.parameter | required | default | choices | comments |
---|---|---|---|---|
hwclock | no | Whether the hardware clock is in UTC or in local timezone. Default is to keep current setting. Note that this option is recommended not to change and may fail to configure, especially on virtual environments such as AWS. At least one of name and hwclock are required. Only used on Linux.
aliases: rtc | ||
name | no | Name of the timezone for the system clock. Default is to keep current setting. At least one of name and hwclock are required.
|
- name: set timezone to Asia/Tokyo timezone: name: Asia/Tokyo
Common return values are documented here Return Values, the following are the fields unique to this module:
name | description | returned | type | sample | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
diff | The differences about the given arguments. | success | complex | ||||||||||||||||
contains: |
|
Note
sm-set-timezone
utility (part of the smtools package) is required to set the zone timezoneThis module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.
© 2012–2017 Michael DeHaan
© 2017 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/timezone_module.html