mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add some extra vars and create a dependent role prepare_rax_tests
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
---
|
||||
rackspace_region: IAD
|
||||
resource_prefix: ansible-testing
|
||||
3
test/integration/roles/test_rax_clb/meta/main.yml
Normal file
3
test/integration/roles/test_rax_clb/meta/main.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
dependencies:
|
||||
- prepare_tests
|
||||
- prepare_rax_tests
|
||||
@@ -1,12 +1,3 @@
|
||||
---
|
||||
- name: Check for required variables
|
||||
assert:
|
||||
that:
|
||||
- resource_prefix is defined and resource_prefix
|
||||
- rackspace_username is defined and rackspace_username
|
||||
- rackspace_api_key is defined and rackspace_api_key
|
||||
- rackspace_region is defined and rackspace_region
|
||||
|
||||
# ============================================================
|
||||
- name: Test rax_clb with no args
|
||||
rax_clb:
|
||||
|
||||
Reference in New Issue
Block a user