mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Update the docs to remove references to isolated nodes
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user