summaryrefslogtreecommitdiffstats
path: root/docs/container_groups/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/container_groups/README.md')
-rw-r--r--docs/container_groups/README.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/container_groups/README.md b/docs/container_groups/README.md
index a13644abb2..0949379bed 100644
--- a/docs/container_groups/README.md
+++ b/docs/container_groups/README.md
@@ -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.
## Configuration