8000 GitHub - meysam81/ansible-collections: A collection of handy Ansible collection roles I use on a daily basis for managing my infrastructure
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

meysam81/ansible-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collections

GitHub Release Renovate 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

Release Instructions

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 file for details.

0