solar/docker.yml
Andrew Woodward 951eac1fcb Add dockerfile to build container
Split the main vagrant to remove items we cant do during docker build.

Rename openstack -> kolla.yml since thats what it works with.
2015-04-07 12:38:49 -07:00

10 lines
253 B
YAML

- hosts: all
sudo: yes
tasks:
- shell: docker --version
ignore_errors: true
register: docker_version
- shell: curl -sSL https://get.docker.com/ | sudo sh
when: docker_version | failed
- shell: docker pull debian:jessie