17 lines
462 B
INI
17 lines
462 B
INI
[defaults]
|
|
collections_path=./collections
|
|
roles_path=./roles
|
|
|
|
[galaxy]
|
|
server_list = ah,galaxy
|
|
|
|
[galaxy_server.ah]
|
|
# Grab a token at https://console.redhat.com/ansible/automation-hub/token
|
|
# Then define it using ANSIBLE_GALAXY_SERVER_AH_TOKEN=""
|
|
|
|
url=https://console.redhat.com/api/automation-hub/content/published/
|
|
auth_url=https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
|
|
|
|
[galaxy_server.galaxy]
|
|
url=https://galaxy.ansible.com/
|