21 lines
813 B
INI
21 lines
813 B
INI
[defaults]
|
|
collections_path=./collections:/usr/share/ansible/collections
|
|
roles_path=./roles
|
|
|
|
[galaxy]
|
|
server_list = certified,validated,galaxy
|
|
|
|
[galaxy_server.certified]
|
|
# Grab a token at https://console.redhat.com/ansible/automation-hub/token
|
|
# Then define it in the ANSIBLE_GALAXY_SERVER_CERTIFIED_TOKEN environment variable
|
|
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.validated]
|
|
# Define the token in the ANSIBLE_GALAXY_SERVER_VALIDATED_TOKEN environment variable
|
|
url=https://console.redhat.com/api/automation-hub/content/validated/
|
|
auth_url=https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
|
|
|
|
[galaxy_server.galaxy]
|
|
url=https://galaxy.ansible.com/
|