Skip to content

A collection of handy Ansible collection roles I use on a daily basis for managing my infrastructure

License

Notifications You must be signed in to change notification settings

meysam81/ansible-collections

Repository files navigation

Ansible Collections

GitHub Release GitHub last commit License GitHub issues GitHub pull requests

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:

collections:
  - name: meysam81.general
    # latest version: https://github.com/meysam81/ansible-collections/releases
    version: x.x.x

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.