1
0
Fork 0
Ansible roles that I wrote for my configuration files
Go to file
Daniele Tricoli 17e47923b8 Bump gopasspw to 1.15.12 2024-03-26 23:01:59 +01:00
roles Bump gopasspw to 1.15.12 2024-03-26 23:01:59 +01:00
tests Add a role to configure cargo 2023-02-27 19:54:05 +01:00
.editorconfig Add Yaml settings 2023-12-09 16:10:11 +01:00
.yamllint Add Yaml settings 2023-12-09 16:10:11 +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
justfile Skip apt tag 2023-03-21 15:45:17 +01:00
stylua.toml Use spaces for indentation 2022-04-19 11:22:16 +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