Pull-Mechanik: local.yml, schul-pull.sh, systemd-Units
Laptops ziehen sich das Repo selbst (HTTPS via git.lehrstun.de, SSH-Fallback mit Deploy-Key) und fuehren local.yml aus. Timer laeuft bei Boot + alle 30 min. local.yml haelt die Mechanik selbst aktuell. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
9
group_vars/all.yml
Normal file
9
group_vars/all.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# Software, die auf allen Schul-Laptops installiert sein soll.
|
||||
# Paket hier ergaenzen + pushen = wird auf allen Laptops installiert.
|
||||
schul_pakete:
|
||||
- htop
|
||||
- git
|
||||
- curl
|
||||
- vim
|
||||
- ansible
|
||||
Reference in New Issue
Block a user