1
0
Fork 0
ansible-collection-dotfiles/README.md

22 lines
400 B
Markdown

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