https://github.com/jomrr/ansible-role-timesyncd
Ansible role for setting up systemd-timesyncd.
https://github.com/jomrr/ansible-role-timesyncd
ansible ansible-role systemd-timesyncd timesyncd
Last synced: 22 days ago
JSON representation
Ansible role for setting up systemd-timesyncd.
- Host: GitHub
- URL: https://github.com/jomrr/ansible-role-timesyncd
- Owner: jomrr
- License: mit
- Created: 2019-12-08T20:56:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T13:35:07.000Z (10 months ago)
- Last Synced: 2025-02-12T19:49:04.337Z (2 months ago)
- Topics: ansible, ansible-role, systemd-timesyncd, timesyncd
- Language: Jinja
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible role timesyncd
  
**Ansible role to configure systemd-timesyncd.**
## Description
This Ansible role installs and configures timesyncd on supported platforms.
## Prerequisites
This role has no special prerequisites.
### System packages (Fedora)
- `python3` (>= 3.9)
### Python (requirements.txt)
- ansible >= 2.15
## Dependencies (requirements.yml)
This role has no dependencies.
## Supported Platforms
| OS Family | Distribution | Version | Container Image |
|-----------|--------------|---------|-----------------|
| RedHat | AlmaLinux | latest | [jomrr/molecule-almalinux:latest]( https://hub.docker.com/r/jomrr/molecule-almalinux ) |
| Archlinux | Archlinux | latest | [jomrr/molecule-archlinux:latest]( https://hub.docker.com/r/jomrr/molecule-archlinux ) |
| Debian | Debian | latest | [jomrr/molecule-debian:latest]( https://hub.docker.com/r/jomrr/molecule-debian ) |
| RedHat | Fedora | latest | [jomrr/molecule-fedora:latest]( https://hub.docker.com/r/jomrr/molecule-fedora ) |
| Suse | OpenSuse Leap | latest | [jomrr/molecule-opensuse-leap:latest]( https://hub.docker.com/r/jomrr/molecule-opensuse-leap ) |
| Debian | Ubuntu | latest | [jomrr/molecule-ubuntu:latest]( https://hub.docker.com/r/jomrr/molecule-ubuntu ) |## Role Variables
No role default variables specified, see [defaults/main.yml](defaults/main.yml).
## Example Playbook
Example playbooks(s) that show how to use this role.
## Simple example playbook
A simple default example playbook for using jomrr.timesyncd.
```yaml
---
# name: "jomrr.timesyncd"
# file: "playbook_timesyncd.yml"- name: "PLAYBOOK | timesyncd"
hosts: "timesyncd_hosts"
gather_facts: true
roles:
- role: "jomrr.timesyncd"
```## Author(s) and License
- :octocat: Author:: [jomrr](https://github.com/jomrr)
- :triangular_flag_on_post: Copyright:: 2024, Jonas Mauer
- :page_with_curl: License:: [MIT](LICENSE)---