| A role that sets the timezone.
Setting the correct timezone is needed on every computer system.
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
Used Modules
# defaults/main.yml
wtd_time_timezone: "Europe/London"
wtd_time_daemon: "chrony"
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" }
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.
This work is licensed under a BSD License.
Blog: blog.while-true-do.org
Mail: hello@while-true-do.org