An open API service indexing awesome lists of open source software.

https://github.com/level09/ansible-docker

Deploy docker with ansible on Ubuntu 16 (Xenial)
https://github.com/level09/ansible-docker

Last synced: about 1 month ago
JSON representation

Deploy docker with ansible on Ubuntu 16 (Xenial)

Awesome Lists containing this project

README

          

Deploy Docker CE on Ubuntu 16.04 (Xenial)
=======================================================

This playbook will deploy docker (latest) on Ubuntu 16.04 Xenial.

Usage:
Set your server IP in the hosts file, then run the following command:

`
ansible-playbook -i hosts deploy.yml
`