mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Reorganize integration tests:
- Move legacy tests into a separate directory. - Reduce common dependencies between targets.
This commit is contained in:
parent
896c4b42ba
commit
781fd7099a
513 changed files with 111 additions and 6 deletions
7
test/legacy/roles/test_gcdns/defaults/main.yml
Normal file
7
test/legacy/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 }}"
|
Loading…
Add table
Add a link
Reference in a new issue