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

22 lines
400 B
Markdown
Raw Permalink Normal View History

2021-09-16 18:45:39 +02:00
# Ansible collection - eriol.dotfiles
2021-11-15 18:09:05 +01:00
Ansible roles that I wrote for my configuration files.
2021-09-16 18:45:39 +02:00
## 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
```