Added ntp (chrony) config

This commit is contained in:
2026-04-02 16:17:49 -04:00
parent 3049362414
commit 168259cbe1
4 changed files with 25 additions and 2 deletions

8
playbooks/ntp.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Install NTP
hosts: all
become: True
roles:
- geerlingguy.ntp

View File

@@ -1,4 +1,5 @@
---
- import_playbook: ntp.yml
- import_playbook: packages.yml
- import_playbook: gitea.yml