naftulikay.time
ansible-role-time 
This role installs and sets up time synchronization on a computer using ntpd
or systemd-timesyncd
. It is designed to make the machine a time client, syncing its time with other servers, rather than setting it up as a time server for other machines to use.
You can find it on Ansible Galaxy at naftulikay.time
.
Requirements
The role has been officially tested on specific operating systems listed in the Galaxy manifest. In general, the system should be able to run either timesyncd or ntp to keep the time synchronized.
Role Variables
Currently, there are no specific variables needed, and all can be changed when the role runs. Future updates may allow you to set custom NTP and fallback NTP servers.
Dependencies
There are no dependencies.
Example Playbook
Here are some example playbooks to help you get started.
Defaults
Just set up the time synchronization.
---
- name: install
hosts: all
become: true
roles:
- role: time
License
MIT
ansible-galaxy install naftulikay.time