mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 10:08:10 -03:30
Added support for defining additional environment variables in settings to pass to the subprocess launched by the celery task, specify HOME and USER in settings by default instead of supervisord configuration.
This commit is contained in:
@@ -103,3 +103,7 @@ LOGGING['handlers']['syslog'] = {
|
||||
# 'filename': os.path.join(BASE_DIR, 'awx.log'),
|
||||
# 'formatter': 'simple',
|
||||
#}
|
||||
|
||||
# Define additional environment variables to be passed to subprocess started by
|
||||
# the celery task.
|
||||
#AWX_TASK_ENV['FOO'] = 'BAR'
|
||||
|
||||
Reference in New Issue
Block a user