initial commit

This commit is contained in:
Riedel
2026-08-19 09:51:43 +02:00
commit d777c1e975
79 changed files with 2263 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# {{ ansible_managed }}
{% for server in ntp_servers %}
server {{ server }} iburst
{% endfor %}
driftfile /var/lib/chrony/drift
makestep 1.0 3
rtcsync
logdir /var/log/chrony

View File

@@ -0,0 +1,6 @@
******************************************************************
AUTHORIZED ACCESS ONLY.
All activity on this system is logged and monitored.
Unauthorized access is prohibited and may be prosecuted.
Managed via Ansible ({{ inventory_hostname }}).
******************************************************************