Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daeuniverse/galaxy-collections
Community-maintained Ansible Galaxy Collections
https://github.com/daeuniverse/galaxy-collections
ansible ansible-galaxy ansible-roles ansiblecollections automation
Last synced: about 2 months ago
JSON representation
Community-maintained Ansible Galaxy Collections
- Host: GitHub
- URL: https://github.com/daeuniverse/galaxy-collections
- Owner: daeuniverse
- License: mit
- Created: 2023-05-13T14:49:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-30T16:17:09.000Z (10 months ago)
- Last Synced: 2024-10-14T07:23:04.326Z (3 months ago)
- Topics: ansible, ansible-galaxy, ansible-roles, ansiblecollections, automation
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
🪐 Galaxy Collections
Declare Ansible Collection as Code
## Introduction
[Ansible Galaxy](https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#ansible-galaxy) refers to the Galaxy website where users can share roles, and to a command line tool for installing, creating and managing roles.
CopyRight [@daeuniverse](https://github.com/daeuniverse). All rights reserved.
This repo serves to provide our community users a better way to automate maintenance work related to Dae. Feel free to contribute.
## Pre-commit Hooks
This repo uses the [pre-commit framework](https://github.com/pre-commit/pre-commit-hooks) to set up hooks. To use it, run the following commands:
```bash
# Install with pip
pip install pre-commit
# Install pre-commit under root directory
pre-commit install
```## Available Collections
- [daeuniverse.general](https://github.com/daeuniverse/galaxy-collections/tree/master/collections/general)
Please check out the `README.md` for individual collection for more details.
## Get Started
Check out usage in [collections](https://github.com/daeuniverse/galaxy-collections/tree/master/collections)
## Contributors
Special thanks goes to all [ contributors ](https://github.com/daeuniverse/galaxy-collections/graphs/contributors). If you would like to contribute, please see the [instructions](https://github.com/daeuniverse/galaxy-collections/blob/master/docs/contribute.md).
## References
- [Ansible Galaxy - Collections](https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#ansible-galaxy)
- [Ansible Galaxy - Roles](https://docs.ansible.com/ansible/2.7/reference_appendices/galaxy.html#ansible-galaxy)
- [Ansible Galaxy - Installing Collections](https://docs.ansible.com/ansible/devel/collections_guide/collections_installing.html)
- [Ansible Galaxy - Roles Explanation](https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html)## License
[MIT (C) daeuniverse](https://github.com/yqlbu/daeuniverse/galaxy-collections/blob/master/LICENSE)