1
0
forked from finallycoffee/base

feat(ntp): add role and playbook

This commit is contained in:
2025-12-30 22:13:13 +01:00
parent f765345da3
commit 3e43cca13b
6 changed files with 65 additions and 0 deletions

7
playbooks/ntp.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: Install and configure network time protocol daemon
hosts: "{{ ntp_hosts | default('ntp') }}"
become: "{{ ntp_become | default(false) }}"
gather_facts: "{{ ntp_gather_facts | default(false) }}"
roles:
- role: finallycoffee.base.ntp