Skip to content

A simple ansible role to install docker-compose to a specific version

License

Notifications You must be signed in to change notification settings

emmetog/ansible-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

A simple ansible role to install docker-compose to a specific version.

Role Variables

docker_compose_version: "1.7.1"

Usage

First install the role from ansible galaxy:

$ ansible-galaxy install emmetog.docker-compose

Then use the role in a playbook as follows:

- hosts: servers
  roles:
     - {
        role: emmetog.docker-compose,
        docker_compose_version: "1.7.1"
     }

License

MIT

Author Information

Made with love by Emmet O'Grady.

I am the founder of NimbleCI which builds Docker containers for feature branch workflow projects in Github.

I blog on my personal blog and about Docker related things on the NimbleCI blog.

About

A simple ansible role to install docker-compose to a specific version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published