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.
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
version=vx.x.x
git tag -s $version -m $version
git push origin --tags
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.