aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2023-09-02 22:53:45 -0400
committerspmfox <spmfox@foxwd.com>2023-09-02 22:53:45 -0400
commite211b73fa328fb7a82fd1bcb2116d9f9aa923094 (patch)
tree537f36fc8f7225691af96642f08ef0d7ab79e8f7
parent20efab9ee2b7df918268ca29002eb74a3526e465 (diff)
initial
-rw-r--r--README.md8
-rw-r--r--collections/requirements.yml3
-rw-r--r--docs/sample-environment/wordpress.yml (renamed from docs/sample-environment/inventory.yml)0
3 files changed, 11 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```
diff --git a/collections/requirements.yml b/collections/requirements.yml
new file mode 100644
index 0000000..ff06a2d
--- /dev/null
+++ b/collections/requirements.yml
@@ -0,0 +1,3 @@
+# ansible-galaxy install -r collections/requirements.yml
+collections:
+ - name: containers.podman
diff --git a/docs/sample-environment/inventory.yml b/docs/sample-environment/wordpress.yml
index fd933a3..fd933a3 100644
--- a/docs/sample-environment/inventory.yml
+++ b/docs/sample-environment/wordpress.yml