outwire.podman_compose
Ansible Role Podman Compose
Install podman-compose
Role Variables
podman_compose_install_method: "git"
This variable defines how to install podman-compose: you can choose either
git
orpip
.podman_compose_version_git: "devel"
If you choose
git
for installation, this variable sets the version of podman-compose to install from git.podman_compose_version_pip: ""
If you choose
pip
for installation, this variable sets the version of podman-compose to install from pip. If it's not set, the latest version will be installed.podman_compose_path_git: /usr/local/bin/podman-compose
If you choose
git
, this variable specifies where to put the installed podman-compose.
Dependencies
There are no dependencies.
Example Playbook
To install the development version from git:
- hosts: servers
roles:
- role: outwire.podman_compose
License
MIT