From: David Galloway Date: Fri, 5 Aug 2022 19:45:23 +0000 (-0400) Subject: cobbler_systems: Set default_profile to a newer distro X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=239a05ba3d8247c5610fddf4c76f773e287a9e7d;p=ceph-cm-ansible.git 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 --- diff --git a/roles/cobbler_systems/defaults/main.yml b/roles/cobbler_systems/defaults/main.yml index d5a923d..39b8375 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"