Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dev01d/ansible-collection-lib
- Owner: dev01d
- License: agpl-3.0
- Created: 2021-09-12T08:14:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T21:05:37.000Z (about 1 year ago)
- Last Synced: 2023-11-29T22:24:59.223Z (about 1 year ago)
- Topics: ansible, ansible-playbook, ansible-roles
- Language: Jinja
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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