Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azmelanar/ansible-timezone
Playbook for Ansible CM for install and update system timezone
https://github.com/azmelanar/ansible-timezone
Last synced: about 2 months ago
JSON representation
Playbook for Ansible CM for install and update system timezone
- Host: GitHub
- URL: https://github.com/azmelanar/ansible-timezone
- Owner: azmelanar
- License: mit
- Created: 2015-01-05T12:30:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-25T02:08:06.000Z (almost 9 years ago)
- Last Synced: 2024-08-02T03:02:06.480Z (5 months ago)
- Size: 176 KB
- Stars: 1
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ansible-roles - azmelanar.timezone - Role for installation packages of timezone and configuration system timezone. (System / Caching)
README
Timezone
========[![Build Status](https://api.travis-ci.org/azmelanar/ansible-timezone.png)](https://travis-ci.org/azmelanar/ansible-timezone) [![Ansible Galaxy](https://img.shields.io/badge/ansible--galaxy-timezone-blue.svg?style=flat)](https://galaxy.ansible.com/list#/roles/2527)
Role for installation packages of timezone and configuration system timezone.
Requirements
------------Tested with Ansible 1.8.2
Role Variables
--------------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/`.
Dependencies
------------None
Example Playbook
----------------Example of usage:
- hosts: servers
roles:
- { role: azmelanar.timezone, timezone: UTC }License
-------MIT
Feedback, improvements, bugs
----------------------------Please use [issues](https://github.com/azmelanar/ansible-timezone/issues).