From e211b73fa328fb7a82fd1bcb2116d9f9aa923094 Mon Sep 17 00:00:00 2001 From: spmfox Date: Sat, 2 Sep 2023 22:53:45 -0400 Subject: initial --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 023aa02..ab329b0 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,11 @@ Ansible playbook for deploying and managing Podman containers. ![PodPlaybook](docs/images/logo.png) + +This playbook is for deploying and managing Podman containers in a reproducible way. +By default it will create systemd service files and is compatible with or without the use of pods. + +## Usage +- ```ansible-playbook host.yml``` +- ```ansible-galaxy install -r collections/requirements.yml``` +- ```ansible-playbook containers.yml -e @docs/sample-environment/wordpress.yml``` -- cgit