Installation¶
Dependencies¶
The podluck systemd units only depend on podman. Familiarity with
podman docs is a prerequisite.
Install¶
Navigate to the Podluck releases page and pick the latest
podluck-dist.tar.gz tarball. Copy it to the target machine and unpack it
there.
$ scp dist/podluck-dist.tar.gz me@example.com:~
$ ssh me@example.com sudo tar -C /usr/local -xzf ~/podluck-dist.tar.gz
Ansible collection¶
The ansible collection znerol.podluck includes the podluck units and
provides modules and roles which simplify provisioning of podman pods.