mirror of https://github.com/ansible/ansible.git
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.
18 lines
809 B
YAML
18 lines
809 B
YAML
8 years ago
|
---
|
||
|
# defaults file for test_gcp_glb
|
||
|
service_account_email: "{{ gce_service_account_email }}"
|
||
|
credentials_file: "{{ gce_pem_file }}"
|
||
|
project_id: "{{ gce_project_id }}"
|
||
|
mig_one: ans-int-{{ resource_prefix|lower }}-mig-east
|
||
|
mig_two: ans-int-{{ resource_prefix|lower }}-mig-west
|
||
|
mig_one_zone: us-east1-c
|
||
|
mig_two_zone: us-west1-b
|
||
|
http_port_name: ans-int-{{ resource_prefix|lower }}-httpport
|
||
|
http_port: 80
|
||
|
bes: ans-int-{{ resource_prefix|lower }}-bes
|
||
|
bes_healthcheck: ans-int-{{ resource_prefix|lower }}-bes-healthcheck
|
||
|
urlmap: ans-int-{{ resource_prefix|lower }}-urlmap
|
||
|
targethttpproxy: ans-int-{{ resource_prefix|lower }}-targethttproxy
|
||
|
instance_template: ans-int-{{ resource_prefix|lower }}-template
|
||
|
external_address_name: ans-int-{{ resource_prefix|lower }}-address
|
||
|
gfr: ans-int-{{ resource_prefix|lower }}-gfr
|