diff options
| author | spmfox <spmfox@foxwd.com> | 2023-09-02 22:53:45 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-09-02 22:53:45 -0400 |
| commit | e211b73fa328fb7a82fd1bcb2116d9f9aa923094 (patch) | |
| tree | 537f36fc8f7225691af96642f08ef0d7ab79e8f7 | |
| parent | 20efab9ee2b7df918268ca29002eb74a3526e465 (diff) | |
initial
| -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 |
