My Ansible collection
Find a file
Julien Riou 4bada08184
All checks were successful
/ ansible-docsmith (push) Successful in 24s
docs: Remove copy paste
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-03-23 11:09:28 +01:00
.forgejo/workflows Initial commit 2026-03-23 10:53:38 +01:00
roles docs: Remove copy paste 2026-03-23 11:09:28 +01:00
.gitignore Initial commit 2026-03-23 10:53:38 +01:00
galaxy.yml Initial commit 2026-03-23 10:53:38 +01:00
LICENSE Initial commit 2026-02-16 08:19:07 +01:00
README.md Initial commit 2026-03-23 10:53:38 +01:00
test-requirements.txt Initial commit 2026-03-23 10:53:38 +01:00
test-requirements.yml Initial commit 2026-03-23 10:53:38 +01:00

jriou.general

My Ansible collection.

Releases

See Releases for the available versions.

Installation

File requirements.yml:

collections:
  - name: https://git.riou.xyz/jriou/ansible.git
    type: git
    version: 1.0.0

Install with ansible-galaxy:

ansible-galaxy collection install -r requirements.yml

Roles

See the roles directory for the complete list of roles and their documentation.

Usage

- hosts: all
  roles:
    - jriou.general.role_name

Replace role_name with one of the available roles.