No description
  • Jinja 99.4%
  • Shell 0.4%
  • Just 0.2%
Find a file
2026-02-28 17:44:27 +01:00
.woodpecker Specify roles directory 2023-10-17 17:09:34 +02:00
molecule/default Enable tests for both sshd and hostname role 2021-09-14 04:20:27 +02:00
roles Bump AdGuardHome to 0.107.72 2026-02-28 17:44:27 +01:00
tests Add a role for syncthing 2024-12-29 21:40:48 +01:00
.gitignore Bump AdGuardHome to 0.107.59 2025-03-23 17:51:28 +01:00
.yamllint Use 2 spaces for indentation 2024-08-30 01:32:09 +02:00
galaxy.yml Bump version to 0.10.0 2023-02-06 23:16:56 +01:00
LICENSE Initial commit 2020-01-19 15:07:25 +00:00
README.md Bump version to 0.10.0 2023-02-06 23:16:56 +01:00

Ansible Collection - eriol.kit

Ansible roles that I wrote for my own use.

Installation

Create a requirements.yml with the following content:

---
collections:
  - name: https://noa.mornie.org/eriol/ansible-collection-kit
    type: git
    version: 0.10.0

and then, using ansible >= 2.10, run:

ansible-galaxy collection install -r requirements.yml