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)
- Host: GitHub
- URL: https://github.com/level09/ansible-docker
- Owner: level09
- License: mit
- Created: 2018-03-22T12:12:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T12:14:31.000Z (about 8 years ago)
- Last Synced: 2025-09-21T01:48:12.532Z (6 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
`