opsta.docker_compose
Install Docker Compose
Ansible role to install Docker Compose on local machine
Requirements
NA
Role Variables
# This is default variables
docker_compose_install_version: 1.29.2
docker_compose_install_url: https://github.com/docker/compose/releases/download/{{ docker_compose_install_version }}/docker-compose-{{ ansible_system }}-{{ ansible_architecture }}
docker_compose_install_path: /usr/local/bin/docker-compose
Dependencies
NA
Example Playbook
- hosts: localhost
connection: local
gather_facts: yes
become: false
roles:
- role: opsta.docker_compose
vars_files:
- "{{ docker_compose_vars_file }}"
If your system need sudo password. You must use --ask-become-pass when running playbook.
License
MIT
Author Information
Opsta (Thailand) Co.,Ltd.
Install
ansible-galaxy install opsta.docker_composeLicense
mit
Downloads
717
Owner
DevSecOps Platform Specialist Company with our flagship product, Opstella: The DevSecOps Platform Engineering Portal.
