You've already forked ansible-linux-infra
11 lines
286 B
YAML
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
|