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

10
playbooks/patch_only.yml Normal file
View File

@@ -0,0 +1,10 @@
---
# Targeted patch-management run without re-applying the other roles.
# Intended for scheduled execution (cron/AWX).
# Run: ansible-playbook playbooks/patch_only.yml
- name: Apply patch management configuration only
hosts: linux_all
become: true
roles:
- role: patch_mgmt