Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.