No description
- Lua 57.9%
- Jinja 25%
- Shell 16.2%
- CSS 0.6%
- Just 0.3%
| roles | ||
| tests | ||
| .dprint.json | ||
| .editorconfig | ||
| .gitignore | ||
| .yamllint | ||
| galaxy.yml | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
| stylua.toml | ||
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