commit b04e309b5a9cc0f090a66bfaed4487544cb13540 Author: Arian Nasr Date: Sun Mar 1 22:49:03 2026 -0500 create activation snippet for cloudinit 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