1
0
Fork 0
ansible-collection-kit/README.md
2021-06-09 00:23:57 +02:00

22 lines
378 B
Markdown

# Ansible Collection - eriol.kit
Ansible roles that I wrote for my own use.
## Installation
Create a `requirements.yml` with the following content:
```yaml
---
collections:
- name: https://noa.mornie.org/eriol/ansible-collection-kit
type: git
version: 0.5.2
```
and then, using ansible >= 2.10, run:
```
ansible-galaxy collection install -r requirements.yml
```