Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

Community-maintained Ansible Galaxy Collections

Awesome Lists containing this project

README

        

🪐 Galaxy Collections



Declare Ansible Collection as Code



License

lastcommit

## 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)