aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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```