{"id":13501274,"url":"https://github.com/ansible/galaxy_collection","last_synced_at":"2025-04-05T11:08:30.260Z","repository":{"id":37089898,"uuid":"315472931","full_name":"ansible/galaxy_collection","owner":"ansible","description":"Collection of modules and roles to configure Automation Hub","archived":false,"fork":false,"pushed_at":"2025-03-09T05:37:45.000Z","size":1701,"stargazers_count":57,"open_issues_count":19,"forks_count":56,"subscribers_count":24,"default_branch":"devel","last_synced_at":"2025-03-29T10:05:50.701Z","etag":null,"topics":["ansible","automation-cop","automation-hub","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ansible.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":".github/CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-24T00:13:45.000Z","updated_at":"2025-03-09T05:37:49.000Z","dependencies_parsed_at":"2023-08-09T14:53:50.256Z","dependency_job_id":"5182c4c3-5e81-4523-8a96-3b7daa61e7fb","html_url":"https://github.com/ansible/galaxy_collection","commit_stats":{"total_commits":530,"total_committers":39,"mean_commits":13.58974358974359,"dds":0.6396226415094339,"last_synced_commit":"263cf7451bdc8eff78a24588db8d46d960a3908c"},"previous_names":["ansible/ah_configuration","ansible/automation_hub_collection","ansible/galaxy_collection","redhat-cop/ah_configuration"],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible%2Fgalaxy_collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible%2Fgalaxy_collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible%2Fgalaxy_collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible%2Fgalaxy_collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansible","download_url":"https://codeload.github.com/ansible/galaxy_collection/tar.gz/refs/heads/devel","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325693,"owners_count":20920714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","automation-cop","automation-hub","hacktoberfest"],"created_at":"2024-07-31T22:01:31.284Z","updated_at":"2025-04-05T11:08:30.239Z","avatar_url":"https://github.com/ansible.png","language":"Jinja","funding_links":[],"categories":["Jinja"],"sub_categories":[],"readme":"# Red Hat Ansible Automation Hub Configuration Collection\n\n[![pre-commit tests](https://github.com/ansible/galaxy_collection/actions/workflows/pre-commit.yml/badge.svg?branch=devel)](https://github.com/ansible/galaxy_collection/actions/workflows/pre-commit.yml)\n![Code style: flake8](https://img.shields.io/badge/Code%20style-flake8-orange)\n\u003c!-- Further CI badges go here as above --\u003e\n\nThis Ansible collection allows for easy interaction with an Ansible Automation Hub or Galaxy NG server via Ansible playbooks.\n\n## Links to Ansible Automation Platform Collections\n\n|                                      Collection Name                                         |                 Purpose                  |\n|:--------------------------------------------------------------------------------------------:|:----------------------------------------:|\n| [awx.awx/Ansible.controller repo](https://github.com/ansible/awx/tree/devel/awx_collection) |   Automation controller modules          |\n|        [ansible.hub repo](https://github.com/ansible-collections/ansible_hub)     |       Automation hub modules       |\n\n## Links to other Validated Configuration Collections for Ansible Automation Platform\n\n|                                      Collection Name                                       |                 Purpose                  |\n|:------------------------------------------------------------------------------------------:|:----------------------------------------:|\n| [Controller Configuration](https://github.com/redhat-cop/controller_configuration) |   Automation controller configuration    |\n|        [Ansible Hub Configuration](https://github.com/ansible/galaxy_collection)     |       Automation hub configuration       |\n|             [EE Utilities](https://github.com/redhat-cop/ee_utilities)             | Execution Environment creation utilities |\n|     [AAP installation Utilities](https://github.com/redhat-cop/aap_utilities)      |  Ansible Automation Platform Utilities   |\n|   [AAP Configuration Template](https://github.com/redhat-cop/aap_configuration_template)   |  Configuration Template for this suite   |\n\n## Included content\n\nClick the `Content` button to see the list of content included in this collection.\n\n## Installing this collection\n\nYou can install the galaxy galaxy collection with the Ansible Galaxy CLI:\n\n```bash\nansible-galaxy collection install galaxy.galaxy\n```\n\nYou can also include it in a `requirements.yml` file and install it with `ansible-galaxy collection install -r requirements.yml`, using the format:\n\n```yaml\n---\ncollections:\n  - name: galaxy.galaxy\n    # If you need a specific version of the collection, you can specify like this:\n    # version: ...\n```\n\n## Using this collection\n\nDefine following vars here, or in `galaxy_configs/galaxy_auth.yml`\n`galaxy_server: ansible-galaxy-web-svc-test-project.example.com`\n\nYou can also specify authentication by setting the following variables:\n\n- `galaxy_server`, `galaxy_oauthtoken`, `ah_token`\n\nThe OAuth2 token is the only method. You can obtain the token through the web interface. If you only pass a username and password to galaxy API roles/modules a new OAUTH2 token will be generated, invalidating the previous user token. To ensure this doesn't occur always set the ah_token variable to the users OAUTH2 token before executing automation. This does not affect pulp API calls.\n\nGalaxy API calls\n\n- group\n- namespace\n- publish\n- repository\n- repository_sync\n- user\n\nThese can be specified via (from highest to lowest precedence):\n\n- direct role variables as mentioned above\n\n### See Also\n\n- [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.\n\n## Release and Upgrade Notes\n\nFor details on changes between versions, please see [the changelog for this collection](CHANGELOG.rst).\n\n## Roadmap\n\nAdd more roles and modules for endpoints on the Automation Hub.\n\n## Contributing to this collection\n\nWe welcome community contributions to this collection. If you find problems, please open an issue or create a PR against the [Automation Hub Configuration collection repository](https://github.com/ansible/galaxy_collection).\nMore information about contributing can be found in our [Contribution Guidelines.](https://github.com/ansible/galaxy_collection/blob/devel/.github/CONTRIBUTING.md)\n\n## Licensing\n\nGNU General Public License v3.0 or later.\n\nSee [LICENSE](LICENSE) to see the full text.\n\nAll content in this folder is licensed under the same license as Ansible,\nwhich is the same as license that applied before when the base for this\ncode was derived form the [AWX.AWX](https://galaxy.ansible.com/awx/awx) collection.\n\n## Documentation\n\nDocumentation for Automation hub URI can be found at\n[Documentation for Automation hub URI.](https://github.com/ansible/galaxy_ng/wiki/Automating-Collection-Uploads)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansible%2Fgalaxy_collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansible%2Fgalaxy_collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansible%2Fgalaxy_collection/lists"}