1
0
Fork 0
Ansible roles that I wrote for my configuration files
Go to file
2022-12-07 03:29:07 +01:00
roles Remove TODO since it seems it's not needed 2022-12-07 03:29:07 +01:00
tests Add audio role 2022-12-07 02:46:03 +01:00
galaxy.yml Initial import 2021-09-16 03:08:13 +02:00
justfile Add documentation to install recipe 2022-12-07 01:57:18 +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
stylua.toml Use spaces for indentation 2022-04-19 11:22:16 +02:00

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