No description
  • Lua 57.9%
  • Jinja 25%
  • Shell 16.2%
  • CSS 0.6%
  • Just 0.3%
Find a file
2026-05-09 03:26:25 +02:00
roles Install tomb 2026-05-09 03:26:25 +02:00
tests Make ansible be able to provision 2024-10-08 19:22:02 +02:00
.dprint.json Add dprint config 2025-08-05 23:20:15 +02:00
.editorconfig Add Yaml settings 2023-12-09 16:10:11 +01:00
.gitignore Install monolith 2025-03-21 18:12:11 +01:00
.yamllint Add Yaml settings 2023-12-09 16:10:11 +01:00
galaxy.yml Initial import 2021-09-16 03:08:13 +02:00
justfile Skip apt tag 2023-03-21 15:45:17 +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