improve host key checking configurability

see: https://github.com/ansible/tower/issues/3737
This commit is contained in:
Ryan Petrello
2019-09-30 12:26:30 -04:00
parent d2a5af44de
commit 82be87566f
5 changed files with 20 additions and 1 deletions

View File

@@ -403,6 +403,11 @@ EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_USE_TLS = False
# Default to skipping isolated host key checking (the initial connection will
# hang on an interactive "The authenticity of host example.org can't be
# established" message)
AWX_ISOLATED_HOST_KEY_CHECKING = False
# The number of seconds to sleep between status checks for jobs running on isolated nodes
AWX_ISOLATED_CHECK_INTERVAL = 30