Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 479 Bytes

install_docker_action.md

File metadata and controls

15 lines (13 loc) · 479 Bytes

Linux Ansible: install_docker action

Installs Docker Engine

NOTE: Only Ubuntu and Debian are supported

Action Variables

Using this action, you will be able to set the following variables:

  • docker_compose_version: Version for docker-compose. Available releases can be found here. Default: latest.

Example:

- role: linux-ansible
  vars:
    action: install_docker
    docker_compose_version: 1.29.1