Role for installation packages of timezone and configuration system timezone.
Tested with Ansible 1.8.2
Default value can be found in defaults/main.yml
timezone: UTC
Also you can set your timezone like string in *unix directory path format, which be valid from /usr/share/zoneinfo/
.
None
Example of usage:
- hosts: servers
roles:
- { role: azmelanar.timezone, timezone: UTC }
MIT
Please use issues.