Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techprober/galaxy-collections
Community-maintained Ansible Galaxy Collections. [maintainers=@piyoki,@kunish]
https://github.com/techprober/galaxy-collections
ansible ansible-collections ansible-galaxy ansible-roles automation
Last synced: 3 months ago
JSON representation
Community-maintained Ansible Galaxy Collections. [maintainers=@piyoki,@kunish]
- Host: GitHub
- URL: https://github.com/techprober/galaxy-collections
- Owner: techprober
- License: mit
- Created: 2022-10-10T08:40:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T15:29:24.000Z (6 months ago)
- Last Synced: 2024-09-30T17:41:45.181Z (3 months ago)
- Topics: ansible, ansible-collections, ansible-galaxy, ansible-roles, automation
- Language: Jinja
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs/changelogs.yaml
- License: LICENSE
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 2021-2022 TechProber. All rights reserved.
Maintainer: [ Kev (@piyoki) ](https://github.com/piyoki) and [ Kunish (@kunish) ](https://github.com/kunish).
This repo serves to provide our community users a better way to speed up their cloud automation process with Ansible. 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
- [techprober.apt](https://github.com/techprober/galaxy-collections/tree/master/collections/apt)
- [techprober.minio](https://github.com/techprober/galaxy-collections/tree/master/collections/minio)Please check out the `README.md` for individual collection for more details.
## Community
- [HikariaiAI Telegram Group](https://t.me/hikariai_channel)
- [unRAID Telegram Group](https://t.me/unraid_zh)
- [TechProber Telegram Group](https://t.me/joinchat/7AG3aEQ5I00wY2Q5)
- [TechProber Discord Channel](https://discord.gg/se4RtrB473)## Contributors
Special thanks goes to all [ contributors ](https://github.com/TechProber/galaxy-collections/graphs/contributors). If you would like to contribute, please see the [instructions](https://github.com/TechProber/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) TechProber](https://github.com/yqlbu/TechProber/galaxy-collections/blob/master/LICENSE)