1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.