mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Don't check host keys within AWX to faciliate easy re-provisioning by default.
This commit is contained in:
parent
69abbb147d
commit
425469cd5a
@ -90,6 +90,7 @@ class RunJob(Task):
|
||||
env['REST_API_URL'] = settings.INTERNAL_API_URL
|
||||
env['REST_API_TOKEN'] = job.task_auth_token or ''
|
||||
env['ANSIBLE_NOCOLOR'] = '1' # Prevent output of escape sequences.
|
||||
env['ANSIBLE_HOST_KEY_CHECKING'] = 'False'
|
||||
return env
|
||||
|
||||
def build_args(self, job, **kwargs):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user