Skip to content

galexrt/ansible-timezone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-timezone

Build Status

Ansible role for setting/changing the timezone.

Requirements

No special requirements. The systems must be using timedatectl or /etc/localtime to configure time.

Role Variables

  • timezone - Set it to the wanted timezone.
  • timezone_use_local_rtc - When timedatectl is used, allows to set rtc.`

Dependencies

No dependencies.

Example Playbook

An example playbook on how to use this role:

- hosts: servers
  roles:
    - { role: galexrt.timezone, timezone: "UTC" }

License

MIT

Author Information

If you have problems with the role, feel free to create an issue on Github or contact me by mail.

About

Ansible role for setting/changing the timezone.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published