Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AAP-36668 Update RPMs and EEs for Ansible Inside 1.3 #2696

Draft
wants to merge 1 commit into
base: ansible-inside-1.3
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 17 additions & 4 deletions ansible-inside/topics/proc-ansible-inside-install-registry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a note in the EE docs which says minimal contains 2.16


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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check this


supported execution environment (`ansible-automation-platform-24/ee-supported-rhel8`)::
Expand Down
4 changes: 2 additions & 2 deletions ansible-inside/topics/ref-ansible-inside-prereqs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.