tumf.docker-compose

Build Status Ansible Galaxy

ansible-role-docker-compose

Install Docker Compose Ansible Role

Requirements

Role Variables

name type default description
ansible_unit_test boolean false unit testing?
prefix_dir string "" prefix directory for testing
docker_compose_arch string "Linux-x86_64"
docker_compose_version string "latest"
docker_compose_release_url string "https://github.com/docker/compose/releases/download"
docker_compose_bin string "/usr/local/bin" install path

Example Playbook

- Host: servers
  connection: local
  roles:
    - role: tumf.docker-compose
    docker_compose_version: 1.5.2

License

MIT

Author Information

@tumf

About

Install Docker Compose

Install
ansible-galaxy install tumf.docker-compose
GitHub repository
License
Unknown
Downloads
425
Owner