mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Initial Tower module integration test support.
This commit is contained in:
2
test/integration/targets/tower_organization/aliases
Normal file
2
test/integration/targets/tower_organization/aliases
Normal file
@@ -0,0 +1,2 @@
|
||||
cloud/tower
|
||||
posix/ci/cloud/group4/tower
|
||||
@@ -0,0 +1,3 @@
|
||||
- name: Make sure the default Default organization exists
|
||||
tower_organization:
|
||||
name: Default
|
||||
2
test/integration/targets/tower_team/aliases
Normal file
2
test/integration/targets/tower_team/aliases
Normal file
@@ -0,0 +1,2 @@
|
||||
cloud/tower
|
||||
posix/ci/cloud/group4/tower
|
||||
4
test/integration/targets/tower_team/tasks/main.yml
Normal file
4
test/integration/targets/tower_team/tasks/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
- name: Create a Tower team
|
||||
tower_team:
|
||||
name: Test Team
|
||||
organization: Default
|
||||
Reference in New Issue
Block a user