outwire.podman_compose

Ansible Role Podman Compose

ci quality license

Install podman-compose

Role Variables

  • podman_compose_install_method: "git"

    This variable defines how to install podman-compose: you can choose either git or pip.

  • 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

Informazioni sul progetto

Install podman-compose

Installa
ansible-galaxy install outwire.podman_compose
Licenza
mit
Download
262
Proprietario