1
0
Fork 0
Ansible roles that I wrote for my configuration files
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Daniele Tricoli 368170068c Bump Hack to 3.0.1 3 weeks ago
roles Bump Hack to 3.0.1 3 weeks ago
tests Add a role to configure cargo 3 months ago
LICENSE Initial import 2 years ago
README.md Describe better what's this 2 years ago
galaxy.yml Initial import 2 years ago
justfile Skip apt tag 3 months ago
stylua.toml Use spaces for indentation 1 year ago

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