mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Force rackspace inventory to not verify ssl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user