21.4. AWX 的默认执行环境
				test/data/pytz 中的示例需要定义中的 awx.awx 集合。lookup 插件 awx.awx.tower_schedule_rrule 需要 PyPI pytz 和另一个库正常工作。如果提供了 test/data/pytz/execution  文件,它会在镜像中安装集合,读取集合中的 - environment.ymlrequirements.txt 文件,然后将 pytz 安装到镜像中。
			
				生成的镜像可以通过将这些变量放在私有数据目录中来在 ansible-runner 项目内使用。
			
--- container_image: image-name process_isolation_executable: podman # or docker process_isolation: true
---
container_image: image-name
process_isolation_executable: podman # or docker
process_isolation: true
				awx.awx 集合是默认 AWX 中包含的内容子集。
			
如需更多信息,请参阅 awx-ee 存储库。