A Simple Ansible playbook to install docker
This playbook only works on ubuntu
Add "localhost ansible_connection=local" in the inventory file and run the command:
$ ansible-playbook playbook.yml --ask-become-pass
Fulfil the inventory file with you remote servers and run teh command
$ ansible-playbook playbook.yml