mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
7 lines
323 B
YAML
7 lines
323 B
YAML
|
---
|
||
|
# defaults file for test_gcp_healthcheck
|
||
|
service_account_email: "{{ gce_service_account_email }}"
|
||
|
credentials_file: "{{ gce_pem_file }}"
|
||
|
project_id: "{{ gce_project_id }}"
|
||
|
http_healthcheck: "ans-int-healthcheck-http-{{ resource_prefix|lower }}"
|
||
|
https_healthcheck: "ans-int-healthcheck-https-{{ resource_prefix|lower }}"
|