No description
Find a file
2026-04-27 02:37:35 +02:00
roles Make configurable admin ip 2026-04-27 02:37:35 +02:00
tests Test mitra 2025-08-03 01:02:37 +02:00
.dprint.json Add dprint config 2025-08-03 02:51:32 +02:00
.gitignore Ignore .ansible 2025-03-22 16:06:32 +01:00
galaxy.yml Bump version to 0.1.0 2023-10-22 02:29:31 +02:00
LICENSE Initial import 2023-01-14 07:17:36 +01:00
README.md Add README 2023-10-22 02:29:21 +02:00

Ansible collection - eriol.pod

Ansible collection to manage services with podman.

Installation

Create a requirements.yml with the following content:

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

and then, using ansible >= 2.10, run:

ansible-galaxy collection install -r requirements.yml