No description
- Jinja 99.4%
- Shell 0.4%
- Just 0.2%
| .woodpecker | ||
| molecule/default | ||
| roles | ||
| tests | ||
| .gitignore | ||
| .yamllint | ||
| galaxy.yml | ||
| LICENSE | ||
| README.md | ||
Ansible Collection - eriol.kit
Ansible roles that I wrote for my own use.
Installation
Create a requirements.yml with the following content:
---
collections:
- name: https://noa.mornie.org/eriol/ansible-collection-kit
type: git
version: 0.10.0
and then, using ansible >= 2.10, run:
ansible-galaxy collection install -r requirements.yml