mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 04:15:02 -02:30
Remove use_container_for_build from inventory
This commit is contained in:
@@ -101,17 +101,6 @@ pg_port=5432
|
|||||||
# containerized postgres deployment on OpenShift
|
# containerized postgres deployment on OpenShift
|
||||||
# pg_admin_password=postgrespass
|
# pg_admin_password=postgrespass
|
||||||
|
|
||||||
# Use a local distribution build container image for building the AWX package
|
|
||||||
# This is helpful if you don't want to bother installing the build-time dependencies as
|
|
||||||
# it is taken care of already.
|
|
||||||
# NOTE: IMPORTANT: If you are running a mininshift install, using this container might not work
|
|
||||||
# if you are using certain drivers like KVM where the source tree can't be mapped
|
|
||||||
# into the build container.
|
|
||||||
# Thus this setting must be set to False which will trigger a local build. To view the
|
|
||||||
# typical dependencies that you might need to install see:
|
|
||||||
# installer/image_build/files/Dockerfile.sdist
|
|
||||||
# use_container_for_build=true
|
|
||||||
|
|
||||||
# This will create or update a default admin (superuser) account in AWX, if not provided
|
# This will create or update a default admin (superuser) account in AWX, if not provided
|
||||||
# then these default values are used
|
# then these default values are used
|
||||||
admin_user=admin
|
admin_user=admin
|
||||||
|
|||||||
Reference in New Issue
Block a user