From b04e309b5a9cc0f090a66bfaed4487544cb13540 Mon Sep 17 00:00:00 2001 From: Arian Nasr Date: Sun, 1 Mar 2026 22:49:03 -0500 Subject: [PATCH] create activation snippet for cloudinit --- rhel10-activation-snippet.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rhel10-activation-snippet.yaml diff --git a/rhel10-activation-snippet.yaml b/rhel10-activation-snippet.yaml new file mode 100644 index 0000000..95d3478 --- /dev/null +++ b/rhel10-activation-snippet.yaml @@ -0,0 +1,5 @@ +#cloud-config +rh_subscription: + activation-key: "activation-key-name" + org: "org-id-number" + auto-attach: true