1
0
Fork 0
Ansible roles that I wrote for my configuration files
Go to file
Daniele Tricoli f4f5e9c1e2 Describe better what's this 2021-11-15 18:09:05 +01:00
roles Use italic for comments 2021-11-15 18:06:30 +01:00
tests Add fontconfig role 2021-11-04 20:21:34 +01:00
LICENSE Initial import 2021-09-16 03:08:13 +02:00
README.md Describe better what's this 2021-11-15 18:09:05 +01:00
galaxy.yml Initial import 2021-09-16 03:08:13 +02:00

README.md

Ansible collection - eriol.dotfiles

Ansible roles that I wrote for my configuration files.

Installation

Create a requirements.yml with the following content:

---
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