Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 541 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 541 Bytes

Ansible Role: Docker

Build Status

Install Docker Engine on remote machine.

Install

ansible-galaxy install Furdarius.docker

Variables

All variables can be found in defaults/main.yml

Playbook example

---
- hosts: all
  become: true
  roles:
    - docker