1
0
Fork 0
Ansible roles that I wrote for my configuration files
Go to file
Daniele Tricoli 0dbda1c100 Rename colorscheme module 2021-11-19 01:24:49 +01:00
roles Rename colorscheme module 2021-11-19 01:24:49 +01:00
tests Add git role 2021-11-15 19:58:50 +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