Update documentation

This commit is contained in:
Brayd 2024-04-21 20:26:06 +02:00
parent ab1acee689
commit 0e042be80d
Signed by: brayd
SSH Key Fingerprint: SHA256:qfebJ1zYUipSSbdcVk/qygkt0xr4VSzCKk7LXw6DGe0
1 changed files with 6 additions and 0 deletions

6
docs/playbooks.md Normal file
View File

@ -0,0 +1,6 @@
# Playbooks
## apt.yml
This playbook updates the apt-cache and installs upgradable packages on all Debian machines.
## timezone.yml
This playbook takes the file in `/templates/timesyncd.conf`, updates the NTP-Server on all Debian machines, stops timesyncd, pastes the config to `/etc/systemd/timesyncd.conf` and restarts timesyncd with the updated config file.