diff options
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | collections/requirements.yml | 3 | ||||
| -rw-r--r-- | docs/sample-environment/wordpress.yml (renamed from docs/sample-environment/inventory.yml) | 0 |
3 files changed, 11 insertions, 0 deletions
@@ -3,3 +3,11 @@ Ansible playbook for deploying and managing Podman containers.  + +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 |
