Add in place os upgrade for Debian and Ubuntu
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user