From 239a05ba3d8247c5610fddf4c76f773e287a9e7d Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 5 Aug 2022 15:45:23 -0400 Subject: [PATCH] cobbler_systems: Set default_profile to a newer distro I just chose RHEL8.6 because it's available in both Sepia and Octo labs. Ubuntu and CentOS aren't. Signed-off-by: David Galloway --- roles/cobbler_systems/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cobbler_systems/defaults/main.yml b/roles/cobbler_systems/defaults/main.yml index d5a923d9..39b83753 100644 --- a/roles/cobbler_systems/defaults/main.yml +++ b/roles/cobbler_systems/defaults/main.yml @@ -2,4 +2,4 @@ interface: eth0 kernel_options: '' kernel_options_post: '' -default_profile: "Ubuntu-14.04-server-x86_64" +default_profile: "RHEL-8.6-Server-x86_64" -- 2.47.3