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.
|
3 weeks ago | |
---|---|---|
roles | 3 weeks ago | |
tests | 3 months ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
galaxy.yml | 2 years ago | |
justfile | 3 months ago | |
stylua.toml | 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