]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler_systems: Set default_profile to a newer distro 694/head
authorDavid Galloway <dgallowa@redhat.com>
Fri, 5 Aug 2022 19:45:23 +0000 (15:45 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 5 Aug 2022 19:45:23 +0000 (15:45 -0400)
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 <dgallowa@redhat.com>
roles/cobbler_systems/defaults/main.yml

index d5a923d9dba88ddae0825d92c198e2158502b305..39b8375368c34044b395d503774b72d0481c6501 100644 (file)
@@ -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"