docs/execution_environments.md: add a link to EE getting started guide (#14263)

This commit is contained in:
Andrew Klychkov
2023-07-26 21:05:36 +02:00
committed by GitHub
parent 852bb0717c
commit 191a0f7f2a

View File

@@ -2,9 +2,10 @@
All jobs use container isolation for environment consistency and security. All jobs use container isolation for environment consistency and security.
Compliant images are referred to as Execution Environments (EE)s. 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 more information about the EE technology as well as how to build and test EEs, see:
for instructions on how to build them. - [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 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. The job details view will link to the execution environment that the job uses.