Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dev01d/ansible-collection-lib

A collection of Ansible roles
https://github.com/dev01d/ansible-collection-lib

ansible ansible-playbook ansible-roles

Last synced: about 2 months ago
JSON representation

A collection of Ansible roles

Awesome Lists containing this project

README

        

# Ansible Collection - dev01d.lib

## Install

```shell
ansible-galaxy collection install dev01d.lib
```

### Requirements file

```yml
---
collections:
- dev01d.lib
#! or
- name: https://github.com/dev01d/ansible-collection-lib.git
type: git
```

## Usage

### Role Variables

```yml
host: # Host group
```

### Example Playbook

```yml
- hosts: '{{ host }}'
become: yes
vars:
host: # Host group
roles:
- dev01d.lib.upgrade
```

## License

GPL-3.0