Import tests and vagrant

This commit is contained in:
Emilien Mantel
2015-07-12 12:15:59 +02:00
parent 4e7528300e
commit 0627d4424c
6 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
FROM williamyeh/ansible:debian7-onbuild
RUN apt-get update
CMD ["sh", "tests/test.sh"]