Add in place os upgrade for Debian and Ubuntu

This commit is contained in:
2026-08-11 00:08:41 -05:00
parent 0e18e3bdbb
commit 8240771758
9 changed files with 185 additions and 42 deletions
@@ -0,0 +1,4 @@
---
# vars file for ensure_os_upgrade - Debian 11 (Bullseye)
# Goal: Upgrade to oldest in-support version (Debian 12 Bookworm)
target_codename: 'bookworm'
@@ -0,0 +1,4 @@
---
# vars file for ensure_os_upgrade - Debian 12 (Bookworm)
# Currently in-support. No automatic upgrade to Debian 13 (Trixie).
# target_codename: 'trixie'
@@ -0,0 +1,4 @@
---
# vars file for ensure_os_upgrade - Ubuntu 20.04 (Focal Fossa)
# Goal: Upgrade to oldest in-support version (Ubuntu 22.04 LTS)
target_version: '22.04'
@@ -0,0 +1,4 @@
---
# vars file for ensure_os_upgrade - Ubuntu 22.04 (Jammy Jellyfish)
# Currently in-support LTS. No automatic upgrade to 24.04.
# target_version: '24.04'
@@ -0,0 +1,4 @@
---
# vars file for ensure_os_upgrade - Ubuntu 24.04 (Noble Numbat)
# Currently in-support LTS. No automatic upgrade to 26.04.
# target_version: '26.04'