You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ci/woodpecker/push/lint Pipeline was successful
Details
|
4 months ago | |
---|---|---|
.woodpecker | 6 months ago | |
molecule/default | 2 years ago | |
roles | 4 months ago | |
tests | 4 months ago | |
.gitignore | 9 months ago | |
.yamllint | 2 years ago | |
LICENSE | 3 years ago | |
README.md | 4 months ago | |
galaxy.yml | 4 months ago |
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