Files
dsk-iac/ansible/kubespray/tests/cloud_playbooks/templates/boto.j2
2023-12-19 14:31:22 +09:00

12 lines
247 B
Django/Jinja

[Credentials]
gs_access_key_id = {{ gs_key }}
gs_secret_access_key = {{ gs_skey }}
[Boto]
https_validate_certificates = True
[GoogleCompute]
[GSUtil]
default_project_id = {{ gce_project_id }}
content_language = en
default_api_version = 2
[OAuth2]