Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Ubuntu 20.04 LTS #81

Closed
coreydeli opened this issue May 27, 2020 · 2 comments
Closed

Support for Ubuntu 20.04 LTS #81

coreydeli opened this issue May 27, 2020 · 2 comments

Comments

@coreydeli
Copy link

Looking for support for Ubuntu 20.04 LTS as we have moved to this platform for docker swarm. Current project does not support it, can downgrade if needed though we would rather utilize this version.

@fd98279
Copy link

fd98279 commented Jan 2, 2021

I installed docker swarm cluster on 20.04. Lastest galaxy version works partially:
skip_docker_py: true <- Had to disable this since python-pip package is not found in ubuntu 20.04
skip_docker_compose: true <- Did not install this, since it's no needed on the server.

  - name: Install docker
    include_role:
      name: atosatto.docker-swarm
      apply:
        tags:
          - docker
    vars:
      ansible_become: yes
      skip_docker_compose: true
      skip_docker_py: true

@juanluisbaptiste
Copy link

There is a PR fixing the pip package install on ubuntu >= 20.04, but don't get your hopes up that it will be marged as this project seems to be abandoned.

I have a fork if this repo which fixes this, adds support for ubuntu 20.04 and also fixes issues #78 and #96 if you want to give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants