mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Revert "Improve stdout behavior by implementing a downloadable stdout."
This commit is contained in:
@@ -303,10 +303,6 @@ CELERYBEAT_SCHEDULE = {
|
||||
'task': 'awx.main.tasks.tower_periodic_scheduler',
|
||||
'schedule': timedelta(seconds=30)
|
||||
},
|
||||
'job_stdout_cleanup': {
|
||||
'task': 'awx.main.tasks.clean_stdout_tempfiles',
|
||||
'schedule': timedelta(hours=3)
|
||||
},
|
||||
}
|
||||
|
||||
# Any ANSIBLE_* settings will be passed to the subprocess environment by the
|
||||
@@ -566,10 +562,6 @@ FACT_CACHE_PORT = 6564
|
||||
|
||||
ORG_ADMINS_CAN_SEE_ALL_USERS = True
|
||||
|
||||
# Control when we display stdout and where to store the temporary files for downloading
|
||||
STDOUT_MAX_BYTES_DISPLAY = 1048576
|
||||
STDOUT_TEMP_DIR = "/var/lib/awx/"
|
||||
|
||||
# Logging configuration.
|
||||
LOGGING = {
|
||||
'version': 1,
|
||||
|
||||
@@ -64,8 +64,6 @@ PASSWORD_HASHERS = (
|
||||
# Configure a default UUID for development only.
|
||||
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
|
||||
|
||||
STDOUT_TEMP_DIR = "/tmp"
|
||||
|
||||
# If there is an `/etc/tower/settings.py`, include it.
|
||||
# If there is a `/etc/tower/conf.d/*.py`, include them.
|
||||
include(optional('/etc/tower/settings.py'), scope=locals())
|
||||
|
||||
Reference in New Issue
Block a user