26129fcb80
* ansible-galaxy - optimise some paths and use fake galaxy int tests * Added init, built, and publish tests * Test against both mocked Galaxy and AH server * Finish off writing the install tests * Fix up broken tests * Rename test target and add migrated tests * Use cloud provider for Galaxy implementation * Added blank static config * Use correct alias group * Set release version and fix copy typo * Remove reset step as it is no longer needed * Use sane env var names for test container name
10 lines
211 B
Django/Jinja
10 lines
211 B
Django/Jinja
[galaxy]
|
|
server_list=galaxy,automation_hub
|
|
|
|
[galaxy_server.galaxy]
|
|
url={{ fallaxy_galaxy_server }}
|
|
token={{ fallaxy_token }}
|
|
|
|
[galaxy_server.automation_hub]
|
|
url={{ fallaxy_ah_server }}
|
|
token={{ fallaxy_token }}
|