mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Integration Playbook for Google Cloud DNS module. (#17698)
This commit is contained in:
7
test/integration/roles/test_gcdns/defaults/main.yml
Normal file
7
test/integration/roles/test_gcdns/defaults/main.yml
Normal 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 }}"
|
||||
Reference in New Issue
Block a user