Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meysam81/ansible-collections
A collection of handy Ansible collection roles I use on a daily basis for managing my infrastructure
https://github.com/meysam81/ansible-collections
ansible ansible-collection ansible-playbooks ansible-roles automation automation-scripts cloud-automation configuration-management continuous-deployment deployment-automation devops infrastructure-as-code infrastructure-automation infrastructure-management it-automation orchestration playbooks roles server-provisioning system-administration
Last synced: 8 days ago
JSON representation
A collection of handy Ansible collection roles I use on a daily basis for managing my infrastructure
- Host: GitHub
- URL: https://github.com/meysam81/ansible-collections
- Owner: meysam81
- License: apache-2.0
- Created: 2024-08-21T11:06:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T05:00:32.000Z (15 days ago)
- Last Synced: 2025-01-16T06:17:32.700Z (15 days ago)
- Topics: ansible, ansible-collection, ansible-playbooks, ansible-roles, automation, automation-scripts, cloud-automation, configuration-management, continuous-deployment, deployment-automation, devops, infrastructure-as-code, infrastructure-automation, infrastructure-management, it-automation, orchestration, playbooks, roles, server-provisioning, system-administration
- Language: Jinja
- Homepage: https://galaxy.ansible.com/ui/repo/published/meysam81/general/
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Collections
[![GitHub Release](https://img.shields.io/github/v/release/meysam81/ansible-collections)](https://github.com/meysam81/ansible-collections/releases/latest)
[![GitHub last commit](https://img.shields.io/github/last-commit/meysam81/ansible-collections)](https://github.com/meysam81/ansible-collections/commits/main)
[![License](https://img.shields.io/github/license/meysam81/ansible-collections)](https://github.com/meysam81/ansible-collections/blob/main/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/meysam81/ansible-collections)](https://github.com/meysam81/ansible-collections/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/meysam81/ansible-collections)](https://github.com/meysam81/ansible-collections/pulls)- [Ansible Collections](#ansible-collections)
- [Usage](#usage)
- [Release Instructions](#release-instructions)
- [License](#license)A collection of often personally used Ansible roles and playbooks.
These tend to be useful for my own use case and projects but feel free to open
a PR or an issue in case you want anything specific added.## Usage
To use this collection, you can add it as a dependency in your `requirements.yml`
file:```yaml
collections:
- name: meysam81.general
# latest version: https://github.com/meysam81/ansible-collections/releases
version: x.x.x
```## Release Instructions
```shell
version=vx.x.x
git tag -s $version -m $version
git push origin --tags
```## License
This project is licensed under the Apache License 2.0 - see the
[LICENSE](LICENSE) file for details.