Update the docs to remove references to isolated nodes

This commit is contained in:
Jeff Bradberry
2021-04-21 15:26:21 -04:00
parent 17e3279f1c
commit 65cee65fad
4 changed files with 12 additions and 83 deletions

View File

@@ -1,13 +1,11 @@
# Container Groups
In a traditional AWX installation, jobs (ansible-playbook runs) are executed
either directly on a member of the cluster or on a pre-provisioned "isolated"
node.
The concept of a Container Group (working name) allows for job environments to
be provisioned on-demand as a Pod that exists only for the duration of the
playbook run. This is known as the ephemeral execution model and ensures a clean
environment for every job run.
In a traditional AWX installation, jobs (ansible-playbook runs) are
executed directly on a member of the cluster. The concept of a
Container Group (working name) allows for job environments to be
provisioned on-demand as a Pod that exists only for the duration of
the playbook run. This is known as the ephemeral execution model and
ensures a clean environment for every job run.
In some cases it is desireable to have the execution environment be "always-on",
this is is done by manually creating an instance through the AWX API or UI.