mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
Enable cloud tests for use with ansible-test.
This commit is contained in:
parent
ac72fd9d2c
commit
17e07a27b2
89 changed files with 66 additions and 3 deletions
2
test/integration/targets/ec2_vpc/aliases
Normal file
2
test/integration/targets/ec2_vpc/aliases
Normal file
|
@ -0,0 +1,2 @@
|
|||
cloud/aws
|
||||
posix/ci/cloud/aws
|
2
test/integration/targets/ec2_vpc/defaults/main.yml
Normal file
2
test/integration/targets/ec2_vpc/defaults/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
# defaults file for test_ec2_vpc
|
3
test/integration/targets/ec2_vpc/meta/main.yml
Normal file
3
test/integration/targets/ec2_vpc/meta/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
dependencies:
|
||||
- prepare_tests
|
||||
- setup_ec2
|
2
test/integration/targets/ec2_vpc/tasks/main.yml
Normal file
2
test/integration/targets/ec2_vpc/tasks/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
# tasks file for test_ec2_vpc
|
2
test/integration/targets/ec2_vpc/vars/main.yml
Normal file
2
test/integration/targets/ec2_vpc/vars/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
# vars file for test_ec2_vpc
|
Loading…
Add table
Add a link
Reference in a new issue