mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-01 06:41:26 -07:00
Add Azure support to ansible-test. (#28092)
* Initial Azure cloud testing support. * Add missing Azure requirements. * Fix test handling of setup and requirements. * Update Azure cloud plugin. * Add setup_azure role for integration tests. * Update minimal Azure integration test sample.
This commit is contained in:
parent
c27ebfc368
commit
caf8bbf3bd
11 changed files with 261 additions and 8 deletions
|
@ -56,6 +56,7 @@ class AnsibleCoreCI(object):
|
|||
|
||||
aws_platforms = (
|
||||
'aws',
|
||||
'azure',
|
||||
'windows',
|
||||
'freebsd',
|
||||
'rhel',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue