emmetog.docker-compose

Role Name

This is a simple Ansible role that installs a specific version of Docker Compose.

Role Variables

docker_compose_version: "1.7.1"  

Usage

First, install the role from Ansible Galaxy:

$ ansible-galaxy install emmetog.docker-compose  

Next, use the role in your playbook like this:

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

License

MIT License

Author Information

Made with love by Emmet O'Grady.

I am the founder of NimbleCI, which creates Docker containers for workflow projects on GitHub.

I also write on my personal blog and about Docker on the NimbleCI blog.

Informazioni sul progetto

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

Installa
ansible-galaxy install emmetog.docker-compose
Licenza
mit
Download
183
Proprietario