Add linux_patch role — package facts before/after, apt/dnf, version diff tracking

This commit is contained in:
Semaphore
2026-03-10 14:23:38 -07:00
parent 379fc49331
commit 4a0e4fa4f9
2 changed files with 134 additions and 5 deletions

View File

@@ -1,2 +1,6 @@
---
# linux_patch default variables
patch_mode: "full" # full or security
auto_reboot: false # set true per client if reboots are approved
packages_updated: []
packages_pre_patch: {}
packages_post_patch: {}