diff --git a/ansible-inside/topics/proc-ansible-inside-install-registry.adoc b/ansible-inside/topics/proc-ansible-inside-install-registry.adoc index 936bc258b..006d1dcf3 100644 --- a/ansible-inside/topics/proc-ansible-inside-install-registry.adoc +++ b/ansible-inside/topics/proc-ansible-inside-install-registry.adoc @@ -5,13 +5,26 @@ {ExecEnvNameStart} are used in {AnsibleInsideNameShort} as either a baseline to execute your Ansible automation with, or can be used with {Builder} to provide extended automation compatibility to suit your needs. -The Red Hat supported {ExecEnvShort}s available are: +The Red Hat supported {ExecEnvShort}s available for RHEL 9 are: -compatibility execution environment (`ansible-automation-platform-24/ee-29-rhel8`):: -`ee-29` contains ansible 2.9, for compatibility with playbooks and content written for previous versions of {PlatformName}. +compatibility execution environment (`ansible-automation-platform-24/ee-216-rhel9`):: +`ee-216` contains ansible 2.16 for compatibility with playbooks and content written for previous versions of {PlatformName}. + +minimal execution environment `ansible-automation-platform-24/ee-minimal-rhel9`):: +`ee-minimal` is an automation execution environment for {PlatformName}. +`ee-minimal` contains ansible-core 2.15. + +supported execution environment (`ansible-automation-platform-24/ee-supported-rhel9`):: +`ee-supported` is an automation execution environment for use with {PlatformName}. +`ee-supported` contains ansible-core 2.15 and automation content collections supported by Red Hat. + +The Red Hat supported {ExecEnvShort}s available for RHEL 8 are: + +compatibility execution environment (`ansible-automation-platform-24/ee-216-rhel8`):: +`ee-216` contains ansible 2.16 for compatibility with playbooks and content written for previous versions of {PlatformName}. minimal execution environment `ansible-automation-platform-24/ee-minimal-rhel8`):: -`ee-minimal` is an automation execution environment for Red Hat Ansible Automation Platform. +`ee-minimal` is an automation execution environment for {PlatformName}. `ee-minimal` contains ansible-core 2.15. supported execution environment (`ansible-automation-platform-24/ee-supported-rhel8`):: diff --git a/ansible-inside/topics/ref-ansible-inside-prereqs.adoc b/ansible-inside/topics/ref-ansible-inside-prereqs.adoc index a5ae5ff09..cbeca2107 100644 --- a/ansible-inside/topics/ref-ansible-inside-prereqs.adoc +++ b/ansible-inside/topics/ref-ansible-inside-prereqs.adoc @@ -12,14 +12,14 @@ After a valid {AnsibleInsideNameShort} subscription has been attached to your or [source,bash] ---- -sudo subscription-manager repos --enable=ansible-inside-1.2-for-rhel-8-x86_64-rpms +sudo subscription-manager repos --enable=ansible-inside-1.3-for-rhel-8-x86_64-rpms ---- * RHEL 9 [source,bash] ---- -sudo subscription-manager repos --enable=ansible-inside-1.2-for-rhel-9-x86_64-rpms +sudo subscription-manager repos --enable=ansible-inside-1.3-for-rhel-9-x86_64-rpms ---- After the repository is enabled, you can proceed with installing the Ansible components.