diff options
author | Andrew Klychkov <aaklychkov@mail.ru> | 2023-07-26 21:05:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-26 21:05:36 +0200 |
commit | 191a0f7f2a84d793a528f572d7ce5f42cba82997 (patch) | |
tree | e24dbd477e347c24af4cb4bf108f5b0c05321032 /docs/execution_environments.md | |
parent | Return back chdir to project sync to support project-local roles/collections (diff) | |
download | awx-191a0f7f2a84d793a528f572d7ce5f42cba82997.tar.xz awx-191a0f7f2a84d793a528f572d7ce5f42cba82997.zip |
docs/execution_environments.md: add a link to EE getting started guide (#14263)
Diffstat (limited to 'docs/execution_environments.md')
-rw-r--r-- | docs/execution_environments.md | 7 |
1 files 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. |