Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

[READ-ONLY] Ansible role dealing with the setup of Timezone

Notifications You must be signed in to change notification settings

manala/ansible-role-timezone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#######################################################################################################

❗ DEPRECATION ❗

This repository and the role associated are deprecated in favor of the Manala Ansible Collection

You will find informations on its usage on the collection repository

#######################################################################################################

Ansible Role: Timezone Build Status

Report issues and send Pull Requests in the main Ansible Role repository

This role will deal with the setup of Timezone.

It's part of the Manala Ansible stack but can be used as a stand alone component.

Requirements

None.

Dependencies

None.

Installation

Ansible 2+

Using ansible galaxy cli:

ansible-galaxy install manala.timezone

Using ansible galaxy requirements file:

- src: manala.timezone

Role Handlers

Name Type Description
dpkg-reconfigure tzdata Command Reconfigure tzdata

Role Variables

Name Default Type Description
manala_timezone_default Etc/UTC String Timezone

Configuration example

manala_timezone_default: Europe/Paris

Example playbook

- hosts: servers
  roles:
    - { role: manala.timezone }

Licence

MIT

Author information

Manala (http://www.manala.io/)