reorganizing file structure for future growth

This commit is contained in:
Sean Anderson 2025-03-25 11:06:16 -05:00
parent e235bcd42e
commit f174e9fb26
45 changed files with 20 additions and 0 deletions

20
ansible.cfg Normal file
View File

@ -0,0 +1,20 @@
[defaults]
collections_path=./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/