Docker & Docker-compose installation with ansible playbook doesn't work

This page summarizes the projects mentioned and recommended in the original post on /r/ansible

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Docker Compose

    Define and run multi-container applications with Docker

    docker_required_packages: - "apt-transport-https" - "ca-certificates" - "curl" - "gnupg-agent" - "software-properties-common" - "python3-pip" - "python3-setuptools" docker_gpg_url: https://download.docker.com/linux/ubuntu/gpg docker_repo: deb https://download.docker.com/linux/ubuntu focal stable docker_packges: - "docker-ce" - "docker-ce-cli" - "containerd.io" docker_compose_url: https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-linux-x86_64 ```

  • ansible-role-docker

    Ansible Role - Docker

    This might not be the answer you're looking for, but geerlingguy.docker is pretty good

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts