Files
ansible-linux-infra/playbooks/patch_only.yml
2026-08-19 09:51:43 +02:00

11 lines
286 B
YAML

---
# 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