This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/roles/chrony/tasks/main.yml

12 lines
206 B
YAML
Raw Permalink Normal View History

2026-06-20 15:17:46 -04:00
---
- name: Installer chrony
ansible.builtin.apt:
name: chrony
state: present
- name: Activer et démarrer chrony
ansible.builtin.systemd:
name: chrony
enabled: true
state: started