You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/roles/test_gcp_healthcheck/defaults/main.yml

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 }}"