mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Force rackspace inventory to not verify ssl
This commit is contained in:
parent
d95a43ae82
commit
3cb8c26381
@ -807,6 +807,7 @@ class RunJob(BaseTask):
|
||||
elif cloud_cred and cloud_cred.kind == 'rax':
|
||||
env['RAX_USERNAME'] = cloud_cred.username
|
||||
env['RAX_API_KEY'] = decrypt_field(cloud_cred, 'password')
|
||||
env['CLOUD_VERIFY_SSL'] = str(True)
|
||||
elif cloud_cred and cloud_cred.kind == 'gce':
|
||||
env['GCE_EMAIL'] = cloud_cred.username
|
||||
env['GCE_PROJECT'] = cloud_cred.project
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user