Integration Playbook for Google Cloud DNS module. (#17698)

This commit is contained in:
Tom Melendez
2016-09-22 11:40:57 -07:00
committed by Ryan Brown
parent 6666d13654
commit 97a1b7ded1
5 changed files with 481 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
---
# defaults file for test_gcdns
dnszone_name: "{{ resource_prefix|lower }}.com."
dnszone_id: "{{ resource_prefix|lower }}-com"
service_account_email: "{{ gce_service_account_email }}"
pem_file: "{{ gce_pem_file }}"
project_id: "{{ gce_project_id }}"