ansible/test/integration/targets/ansible-galaxy-collection/templates/ansible.cfg.j2
Matt Martz ce570691e7
Test against galaxy_ng (#70303)
* Test against galaxy_ng

* Switch container image

* Remove redundant |default

* Re-enable

* Update image

* Update wording

* Don't use pulp as the container name
2020-07-01 16:20:03 -04:00

17 lines
356 B
Django/Jinja

[galaxy]
server_list=pulp_v2,pulp_v3,galaxy_ng
[galaxy_server.pulp_v2]
url={{ pulp_v2_server }}
username={{ pulp_user }}
password={{ pulp_password }}
[galaxy_server.pulp_v3]
url={{ pulp_v3_server }}
v3=true
username={{ pulp_user }}
password={{ pulp_password }}
[galaxy_server.galaxy_ng]
url={{ galaxy_ng_server }}
token={{ galaxy_ng_token.json.token }}