1
0
Fork 0
Go to file
Daniele Tricoli a7fcb76545 Add yarr role 2023-10-24 02:14:09 +02:00
roles Add yarr role 2023-10-24 02:14:09 +02:00
tests Add homeassistant role 2023-01-20 19:16:02 +01:00
.gitignore Initial import 2023-01-14 07:17:36 +01:00
LICENSE Initial import 2023-01-14 07:17:36 +01:00
README.md Add README 2023-10-22 02:29:21 +02:00
galaxy.yml Bump version to 0.1.0 2023-10-22 02:29:31 +02:00

README.md

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