Skip to content

kriansa/ansible-collection.commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collection - kriansa.commons

This is a repository of my own reusable ansible roles & plugins.

Usage

Download the roles

$ ansible-galaxy collection install https://github.com/kriansa/ansible-collection.commons

Use roles as a playbook dependency

Your requirements.yml is used by the ansible-galaxy tool to understand what sources to use. It should list this github repository as the source.

---
collections:
  - name: https://github.com/kriansa/ansible-collection.commons
    type: git
    version: master

Then you will need to pull all the requirements using the command below:

$ ansible-galaxy install -r requirements.yml

Using the roles

When calling the roles you just need to ensure the folder structure is followed.

- roles:
    - kriansa.commons.os_base

License

Apache 2.0

About

Repository with my own Ansible roles and plugins.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published