blob: ab329b0dfb6cec1226c8abb9bbeb571f1fa1fd5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# PodPlaybook
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```
|