From 191a0f7f2a84d793a528f572d7ce5f42cba82997 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 26 Jul 2023 21:05:36 +0200 Subject: [PATCH] docs/execution_environments.md: add a link to EE getting started guide (#14263) --- docs/execution_environments.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/execution_environments.md b/docs/execution_environments.md index 7d92a0fd86..9ac66c2e4e 100644 --- a/docs/execution_environments.md +++ b/docs/execution_environments.md @@ -2,9 +2,10 @@ All jobs use container isolation for environment consistency and security. Compliant images are referred to as Execution Environments (EE)s. -For more information, see [ansible-runner EE docs](https://ansible-runner.readthedocs.io/en/latest/execution_environments.html) -for information on how container isolation works, and see [ansible-builder docs](https://ansible-builder.readthedocs.io/en/latest/index.html) -for instructions on how to build them. + +For more information about the EE technology as well as how to build and test EEs, see: +- [Getting started with Execution Environments guide](https://docs.ansible.com/ansible/devel/getting_started_ee/index.html) +- [Ansible Builder documentation](https://ansible.readthedocs.io/projects/builder/en/latest/) The Execution Environment model has an `image` field for the image identifier which will be used by jobs. The job details view will link to the execution environment that the job uses.