/ansible-role-time

A role that sets the timezone.

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Build Status

Ansible Role: Time

| A role that sets the timezone.

Motivation

Setting the correct timezone is needed on every computer system.

Installation

Install from Ansible Galaxy

ansible-galaxy install while_true_do.time

Install from Github

git clone https://github.com/while-true-do/ansible-role-time.git while_true_do.time

Requirements

Used Modules

Role Variables

# defaults/main.yml
wtd_time_timezone: "Europe/London"

wtd_time_daemon: "chrony"

Dependencies

Example Playbook

Simple Example:

- hosts: servers
  roles:
    - { role: while_true_do.time }

Advanced Example:

- hosts: servers
  roles:
    - { role: while_true_do.time, wtd_time_timezone: "Europe/Berlin" }

Contribute / Bugs

Thank you so much for considering to contribute. Every contribution helps us. We are really happy, when somebody is joining the hard work. Please have a look at the links first.

License

This work is licensed under a BSD License.

Author Information

Blog: blog.while-true-do.org

Mail: hello@while-true-do.org