https://github.com/ansible/galaxy_ng
Ansible Galaxy Server - Issues on https://forum.ansible.com Docs on https://galaxy-ng.readthedocs.io/
https://github.com/ansible/galaxy_ng
ansible hacktoberfest python
Last synced: about 1 month ago
JSON representation
Ansible Galaxy Server - Issues on https://forum.ansible.com Docs on https://galaxy-ng.readthedocs.io/
- Host: GitHub
- URL: https://github.com/ansible/galaxy_ng
- Owner: ansible
- License: gpl-2.0
- Created: 2020-03-10T13:06:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T23:01:09.000Z (about 2 months ago)
- Last Synced: 2025-05-06T00:19:44.044Z (about 2 months ago)
- Topics: ansible, hacktoberfest, python
- Language: Python
- Homepage: https://galaxy.ansible.com
- Size: 19.4 MB
- Stars: 245
- Watchers: 30
- Forks: 139
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Galaxy NG
[](https://sonarcloud.io/summary/new_code?id=ansible_galaxy_ng)
[](https://github.com/ansible/galaxy_ng/actions/workflows/ci-docker-compose-integration.yml)
[](https://sonarcloud.io/summary/new_code?id=ansible_galaxy_ng)A Pulp plugin to support hosting your very own Ansible Galaxy server.
Our mission is to help organizations share Ansible automation and promote a culture of collaboration around Ansible automation development. We'll be providing features that make it easy to create, discover, use and distribute Ansible automation content.
To learn more about Pulp, [view the Pulp project page](https://pulpproject.org/).
## Documentation
Project documentation is hosted on [Read The Docs](https://ansible.readthedocs.io/projects/galaxy-ng/en/latest/).
## OpenAPI Spec
View the latest version of the spec at . *(Directlink to [JSON](https://galaxy.ansible.com/api/v3/openapi.json) or [YAML](https://galaxy.ansible.com/api/v3/openapi.yaml))*
## Communication
Refer to the [Communication](https://ansible.readthedocs.io/projects/galaxy-ng/en/latest/community/overview/#communication)
section of the Contributor Guide to find out how to get in touch with us.You can also find more information in the
[Ansible communication guide](https://docs.ansible.com/ansible/devel/community/communication.html).## Contributing
* If you're interested in jumping in and helping out, [view the contributing guide](https://ansible.readthedocs.io/projects/galaxy-ng/en/latest/dev/getting_started/).
* To setup your development environment, [view the development setup guide](https://ansible.readthedocs.io/projects/galaxy-ng/en/latest/dev/getting_started/#setting-up-the-developer-environment).
* Found a bug or have a feature idea? Please [open an issue](https://issues.redhat.com/projects/AAH/issues).## Run it
```console
$ docker compose -f dev/compose/standalone.yaml up
```[more details](https://github.com/ansible/galaxy_ng/blob/master/dev/compose/README.md)
## Code of Conduct
Please see the official
[Ansible Community Code of Conduct](https://docs.ansible.com/ansible/devel/community/code_of_conduct.html).## License
GNU General Public License v2. View [LICENSE](/LICENSE) for full text.