Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 587 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 587 Bytes

Ansible-docker-installation

This is ansible playbook for docker

Installation

Clone this repo First

$ git clone https://github.com/guaychou/Ansible-docker-installation.git

Change to directory...

$ cd Ansible-docker-installation

How to Run

Change to specific Linux Distribution, for now only 2 available : Ubuntu, and manjaro

$ sudo ansible-playbook master.yml --extra-vars "my_distro=<yourDistro> username=`echo $USER`"

Example

$ sudo ansible-playbook master.yml --extra-vars "my_distro=ubuntu username=`echo $USER`"